Skip to content

Commit

Permalink
ci: Update pre-commit hook to run properly without needing docker ins…
Browse files Browse the repository at this point in the history
…talled (#25)
  • Loading branch information
nfelt14 authored Aug 28, 2024
1 parent f6b5ae1 commit 8b3a3d6
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@ default_stages: [pre-commit]
ci:
autofix_prs: false
autoupdate_schedule: quarterly
skip:
- check-poetry
- pyright
- poetry-audit
- markdown-link-check
- actionlint-docker
skip: [check-poetry, pyright, poetry-audit, markdown-link-check]
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 2c9f875913ee60ca25ce70243dc24d5b6415598c # frozen: v4.6.0
Expand Down Expand Up @@ -43,10 +38,11 @@ repos:
- id: check-github-workflows
args: [--verbose]
files: ^(\.github/workflows/[^/]+|workflows/[^/]+)$
- repo: https://github.com/rhysd/actionlint
rev: v1.7.1
- repo: https://github.com/Mateusz-Grzelinski/actionlint-py
rev: c01fb5723b54075325cd9b5e5665a9ae84baf950 # frozen: v1.7.1.15
hooks:
- id: actionlint-docker
- id: actionlint
additional_dependencies: [pyflakes, shellcheck-py]
- repo: https://github.com/commitizen-tools/commitizen
rev: d7e01aa9b0cfe3c1b732e66d523bbd0656221127 # frozen: v3.29.0
hooks:
Expand Down

0 comments on commit 8b3a3d6

Please sign in to comment.