Add check-toml hook

This commit is contained in:
Semyon Maryasin 2019-03-28 01:13:45 +03:00 committed by Sorin Sbarnea
parent b7abd18ceb
commit ae70f7e3c7
3 changed files with 36 additions and 0 deletions

View file

@ -26,6 +26,7 @@ packages = find:
install_requires =
flake8
ruamel.yaml>=0.15
pytoml
six
typing; python_version<"3.5"
python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
@ -43,6 +44,7 @@ console_scripts =
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
check-toml = pre_commit_hooks.check_toml:main
check-vcs-permalinks = pre_commit_hooks.check_vcs_permalinks:main
check-xml = pre_commit_hooks.check_xml:main
check-yaml = pre_commit_hooks.check_yaml:main