Skip to content

Commit f46de18

Browse files
authored
PYTHON-1834 [v3.13] Add minimal precommit config (#872)
1 parent 3d7ea70 commit f46de18

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
repos:
2+
- repo: https://github.com/pre-commit/pre-commit-hooks
3+
rev: v3.4.0
4+
hooks:
5+
- id: debug-statements

0 commit comments

Comments
 (0)