mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-29 10:16:52 +00:00
Add check-toml hook
This commit is contained in:
parent
b7abd18ceb
commit
ae70f7e3c7
3 changed files with 36 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue