Add check for unicode replacement characters

This commit is contained in:
Ville Skyttä 2020-02-06 18:43:41 +02:00
parent a18c5af5d4
commit 9e417077fc
5 changed files with 55 additions and 0 deletions

View file

@ -34,6 +34,7 @@ console_scripts =
check-ast = pre_commit_hooks.check_ast:main
check-builtin-literals = pre_commit_hooks.check_builtin_literals:main
check-byte-order-marker = pre_commit_hooks.check_byte_order_marker:main
check-unicode-replacement-char = pre_commit_hooks.check_unicode_replacement_char:main
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