From 8a5830acc6733b35ff908038cf0b8aa82bf21171 Mon Sep 17 00:00:00 2001 From: monosans Date: Thu, 10 Oct 2024 08:28:01 +0300 Subject: [PATCH] chore: add check-illegal-windows-names pre-commit hook --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1ea4abe..1f301e2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,6 +4,7 @@ repos: hooks: - id: check-case-conflict - id: check-executables-have-shebangs + - id: check-illegal-windows-names - id: check-merge-conflict - id: check-shebang-scripts-are-executable - id: check-symlinks