Skip to content

Commit

Permalink
.pre-commit-config.yaml: disable shellcheck in pre-commit.ci
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Pijanowski <[email protected]>
  • Loading branch information
macpijan committed Nov 9, 2023
1 parent 5c09864 commit 713e179
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ default_install_hook_types: [pre-commit, commit-msg]
ci:
autoupdate_commit_msg: 'pre-commit: autoupdate hooks'
autofix_prs: false
# docker is not supported on pre-commit.ci
skip: [shellcheck]

exclude: ^canaries/.*$

Expand Down

0 comments on commit 713e179

Please sign in to comment.