Skip to content

Commit 8b66aa7

Browse files
authored
Prevent case conflict in files (#2962)
1 parent 2bd6b22 commit 8b66aa7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,7 @@ repos:
5555
- id: ruff-format
5656
entry: ruff format src examples tests
5757
pass_filenames: false
58-
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

Comments
 (0)