Skip to content

Commit 874d9f5

Browse files
committed
Add windows check to pre-commit
1 parent c08ac14 commit 874d9f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
# Check for common mistakes
1414
- id: check-added-large-files
1515
- id: check-case-conflict
16-
# - id: check-illegal-windows-names # TODO: Enable in next release
16+
- id: check-illegal-windows-names
1717
- id: check-merge-conflict
1818
- id: check-executables-have-shebangs
1919
- id: check-shebang-scripts-are-executable

0 commit comments

Comments
 (0)