Sam Park 2020-01-18 11:29:05 -08:00
parent 31853d6c43
commit 513a24cde9
No known key found for this signature in database
GPG key ID: 5CA023C8A1C73D5F
5 changed files with 103 additions and 0 deletions

View file

@ -43,6 +43,7 @@ console_scripts =
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
check-missing-inits = pre_commit_hooks.check_missing_inits: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