Skip to content

Commit

Permalink
Restore accidentally-deleted use of "breakpoint()"
Browse files Browse the repository at this point in the history
Signed-off-by: Deepyaman Datta <deepyaman.datta@utexas.edu>
  • Loading branch information
deepyaman authored and cosmicBboy committed Jul 30, 2024
1 parent 89683c9 commit 97221a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
- id: check-yaml
description: Attempts to load all yaml files to verify syntax
- id: debug-statements
description: Check for debugger imports and py37+ calls in python source
description: Check for debugger imports and py37+ breakpoint() calls in python source
- id: end-of-file-fixer
description: Makes sure files end in a newline and only a newline
- id: trailing-whitespace
Expand Down

0 comments on commit 97221a6

Please sign in to comment.