RobertKirk / check_pdb_hook

Pre-commit hook to check for exposed PDB statements in Python files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

check_pdb_hook

Pre-commit hook to check for exposed PDB statements in Python files. Adds functionality to disable strict checking to allow for commenting of debug messages

Add this to your .pre-commit-config.yaml

-   repo: https://github.com/conorfalvey/check_pdb_hook
    rev: v0.0.9
    hooks:
    -   id: check_pdb_hook

About

Pre-commit hook to check for exposed PDB statements in Python files

License:MIT License


Languages

Language:Python 100.0%