Skip to content

Commit

Permalink
also skip check-executables-have-shebangs
Browse files Browse the repository at this point in the history
  • Loading branch information
mauwii committed Feb 20, 2023
1 parent b4694c2 commit 437402d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ ci:
autofix_prs: true
autoupdate_commit_msg: '[pre-commit.ci] pre-commit autoupdate'
autoupdate_schedule: weekly
skip: ['flake8', 'check-shebang-scripts-are-executable']
skip:
[
'flake8',
'check-executables-have-shebangs',
'check-shebang-scripts-are-executable',
]
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
Expand Down

0 comments on commit 437402d

Please sign in to comment.