Skip to content

Commit

Permalink
Merge pull request #21 from QGreenland-Net/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
chore: update pre-commit hooks
  • Loading branch information
mfisher87 authored Sep 4, 2024
2 parents 91381a2 + 17dc938 commit 1bc91c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ repos:
args: [--prose-wrap=always]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.5.6"
rev: "v0.6.3"
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand All @@ -58,13 +58,13 @@ repos:
- id: shellcheck

- repo: https://github.com/abravalheri/validate-pyproject
rev: "v0.18"
rev: "v0.19"
hooks:
- id: validate-pyproject
additional_dependencies: ["validate-pyproject-schema-store[all]"]

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: "0.29.1"
rev: "0.29.2"
hooks:
- id: check-dependabot
- id: check-github-workflows
Expand Down

0 comments on commit 1bc91c9

Please sign in to comment.