Add check for illegal Widnows names

Fixes #589
This commit is contained in:
Eric L Frederich 2021-04-22 08:51:03 -04:00
parent 9ee77bd5a2
commit 00745fe9c0
No known key found for this signature in database
GPG key ID: 9F2136932FBB7EAC
5 changed files with 153 additions and 0 deletions

View file

@ -41,6 +41,7 @@ console_scripts =
check-case-conflict = pre_commit_hooks.check_case_conflict:main
check-docstring-first = pre_commit_hooks.check_docstring_first:main
check-executables-have-shebangs = pre_commit_hooks.check_executables_have_shebangs:main
check-illegal-windows-names = pre_commit_hooks.check_illegal_windows_names:main
check-json = pre_commit_hooks.check_json:main
check-merge-conflict = pre_commit_hooks.check_merge_conflict:main
check-symlinks = pre_commit_hooks.check_symlinks:main