Skip to content

Commit

Permalink
Merge pull request #317 from seafloor-geodesy/pre-commit-ci-update-co…
Browse files Browse the repository at this point in the history
…nfig

chore: update pre-commit hooks
  • Loading branch information
johnbdesanto authored Oct 3, 2024
2 parents 5ee496c + 1c8fe7f commit 0d406cb
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 @@ -48,7 +48,7 @@ repos:
args: [--prose-wrap=always]

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

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

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

0 comments on commit 0d406cb

Please # to comment.