Skip to content

Commit

Permalink
STYLE: Add pre-commit hook for debug statements (#41489)
Browse files Browse the repository at this point in the history
  • Loading branch information
klssmith authored May 16, 2021
1 parent 4048227 commit b2a36bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
hooks:
- id: debug-statements
- id: end-of-file-fixer
exclude: \.txt$
- id: trailing-whitespace
Expand Down

0 comments on commit b2a36bd

Please sign in to comment.