Skip to content

Commit 27528fe

Browse files
authored
Prevent case conflict in files (#3031)
1 parent 695609b commit 27528fe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,7 @@ repos:
3939
pass_filenames: false
4040
additional_dependencies:
4141
- "poetry"
42+
- repo: https://github.com/pre-commit/pre-commit-hooks
43+
rev: v6.0.0
44+
hooks:
45+
- id: check-case-conflict

0 commit comments

Comments
 (0)