We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bd6b22 commit 8b66aa7Copy full SHA for 8b66aa7
1 file changed
.pre-commit-config.yaml
@@ -55,4 +55,7 @@ repos:
55
- id: ruff-format
56
entry: ruff format src examples tests
57
pass_filenames: false
58
-
+- repo: https://github.com/pre-commit/pre-commit-hooks
59
+ rev: v6.0.0
60
+ hooks:
61
+ - id: check-case-conflict
0 commit comments