Skip to content

Commit

Permalink
Merge pull request #603 from scop/check_shebang_scripts_are_executabl…
Browse files Browse the repository at this point in the history
…e-entrypoint

fix: check-shebang-scripts-are-executable entry point
  • Loading branch information
asottile committed May 16, 2021
2 parents dd34447 + bb4eef1 commit 0e40c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -43,7 +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-shebang-scripts-are-executable = pre_commit_hooks.check_executables_have_shebangs:main_reverse
check-shebang-scripts-are-executable = pre_commit_hooks.check_shebang_scripts_are_executable: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
Expand Down

0 comments on commit 0e40c1d

Please sign in to comment.