Skip to content

Commit 101ecfd

Browse files
authored
Add pre-commit to catch breakpoint() (dask#9638)
1 parent 8be183c commit 101ecfd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pre-commit-config.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.2.0
3+
rev: v4.3.0
44
hooks:
55
- id: end-of-file-fixer
6+
- id: debug-statements
67
- repo: https://github.com/MarcoGorelli/absolufy-imports
78
rev: v0.3.1
89
hooks:

0 commit comments

Comments
 (0)