Skip to content

Commit

Permalink
Merge pull request #320 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 Nov 2, 2024
2 parents 6ebda48 + 9be8b3c commit 669bc2c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ci:

repos:
- repo: https://github.com/adamchainz/blacken-docs
rev: "1.18.0"
rev: "1.19.1"
hooks:
- id: blacken-docs
additional_dependencies: [black==24.*]
Expand Down Expand Up @@ -48,7 +48,7 @@ repos:
args: [--prose-wrap=always]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.6.9"
rev: "v0.7.1"
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.20.2"
rev: "v0.22"
hooks:
- id: validate-pyproject
additional_dependencies: ["validate-pyproject-schema-store[all]"]

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

0 comments on commit 669bc2c

Please sign in to comment.