Skip to content

Commit

Permalink
Merge pull request #111 from 3mdeb/pre-commit
Browse files Browse the repository at this point in the history
.pre-commit-config.yaml: disable shellcheck in pre-commit.ci
  • Loading branch information
pietrushnic authored Nov 9, 2023
2 parents 0f2285e + 713e179 commit 1d1a31c
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 1d1a31c

Please sign in to comment.