Skip to content

Commit

Permalink
Add pre-commit to catch breakpoint() (#9638)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau committed Nov 9, 2022
1 parent 8be183c commit 101ecfd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
@@ -1,8 +1,9 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
rev: v4.3.0
hooks:
- id: end-of-file-fixer
- id: debug-statements
- repo: https://github.com/MarcoGorelli/absolufy-imports
rev: v0.3.1
hooks:
Expand Down

0 comments on commit 101ecfd

Please sign in to comment.