Add new byte-order-marker checker/fixer

This commit is contained in:
Jeremiah Gowdy 2020-10-04 18:45:54 -07:00 committed by Anthony Sottile
parent 5bd9e74adf
commit d18bd5b75f
5 changed files with 56 additions and 5 deletions

View file

@ -48,6 +48,7 @@ console_scripts =
double-quote-string-fixer = pre_commit_hooks.string_fixer:main
end-of-file-fixer = pre_commit_hooks.end_of_file_fixer:main
file-contents-sorter = pre_commit_hooks.file_contents_sorter:main
fix-byte-order-marker = pre_commit_hooks.fix_byte_order_marker:main
fix-encoding-pragma = pre_commit_hooks.fix_encoding_pragma:main
forbid-new-submodules = pre_commit_hooks.forbid_new_submodules:main
mixed-line-ending = pre_commit_hooks.mixed_line_ending:main