mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-29 10:16:52 +00:00
Update debug-statements description
This commit is contained in:
parent
6ed369d651
commit
805530fe29
2 changed files with 3 additions and 2 deletions
|
|
@ -134,7 +134,7 @@
|
|||
minimum_pre_commit_version: 0.15.0
|
||||
- id: debug-statements
|
||||
name: Debug Statements (Python)
|
||||
description: This hook checks that debug statements (pdb, ipdb, pudb) are not imported on commit.
|
||||
description: Check for debugger imports and py37+ `breakpoint()` calls in python source.
|
||||
entry: debug-statement-hook
|
||||
language: python
|
||||
types: [python]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue