Skip to content

Commit

Permalink
ci: Skip running docker hooks in pre-commit.ci since it isn't available
Browse files Browse the repository at this point in the history
  • Loading branch information
nfelt14 committed Aug 28, 2024
1 parent 38a18f2 commit b4a62f0
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 @@ -4,7 +4,12 @@ default_stages: [pre-commit]
ci:
autofix_prs: false
autoupdate_schedule: quarterly
skip: [check-poetry, pyright, poetry-audit, markdown-link-check]
skip:
- check-poetry
- pyright
- poetry-audit
- markdown-link-check
- actionlint-docker
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 2c9f875913ee60ca25ce70243dc24d5b6415598c # frozen: v4.6.0
Expand Down

0 comments on commit b4a62f0

Please sign in to comment.