Skip to content

Commit 40f93f3

Browse files
committed
Removes set_trace call and adds debug-statements check
1 parent afc8d51 commit 40f93f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ repos:
1010
exclude: doc/
1111
- id: trailing-whitespace
1212
exclude: doc/
13+
- id: debug-statements
14+
exclude: doc/|CIME/utils.py
1315
- repo: https://github.com/psf/black
1416
rev: 22.3.0
1517
hooks:

0 commit comments

Comments
 (0)