Skip to content

Commit b2a36bd

Browse files
authored
STYLE: Add pre-commit hook for debug statements (#41489)
Added https://github.com/pre-commit/pre-commit-hooks#debug-statements as a pre-commit hook.
1 parent 4048227 commit b2a36bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-config.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ repos:
2121
- repo: https://github.com/pre-commit/pre-commit-hooks
2222
rev: v3.4.0
2323
hooks:
24+
- id: debug-statements
2425
- id: end-of-file-fixer
2526
exclude: \.txt$
2627
- id: trailing-whitespace

0 commit comments

Comments
 (0)