Add check for text file encodings

This commit is contained in:
Ville Skyttä 2021-11-11 19:23:42 +02:00
parent 56b4a7e506
commit 69d0dfbab2
5 changed files with 58 additions and 0 deletions

View file

@ -41,6 +41,7 @@ console_scripts =
check-byte-order-marker = pre_commit_hooks.check_byte_order_marker:main
check-case-conflict = pre_commit_hooks.check_case_conflict:main
check-docstring-first = pre_commit_hooks.check_docstring_first:main
check-encoding = pre_commit_hooks.check_encoding:main
check-executables-have-shebangs = pre_commit_hooks.check_executables_have_shebangs:main
check-json = pre_commit_hooks.check_json:main
check-merge-conflict = pre_commit_hooks.check_merge_conflict:main