Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.8.4 → v0.9.1](astral-sh/ruff-pre-commit@v0.8.4...v0.9.1)
- [github.com/python-jsonschema/check-jsonschema: 0.30.0 → 0.31.0](python-jsonschema/check-jsonschema@0.30.0...0.31.0)
- [github.com/rhysd/actionlint: v1.7.5 → v1.7.6](rhysd/actionlint@v1.7.5...v1.7.6)
- [github.com/crate-ci/typos: v1.29.0 → dictgen-v0.3.1](crate-ci/typos@v1.29.0...dictgen-v0.3.1)
  • Loading branch information
pre-commit-ci[bot] authored Jan 13, 2025
1 parent 422ee67 commit 01f8135
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ repos:
- id: trailing-whitespace
- id: check-yaml

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.8.4'
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.9.1'
hooks:
- id: ruff
args: [ --fix, --exit-non-zero-on-fix ]
Expand All @@ -27,7 +27,7 @@ repos:
- id: pyupgrade

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.30.0
rev: 0.31.0
hooks:
- id: check-dependabot
args: ["--verbose"]
Expand All @@ -43,7 +43,7 @@ repos:
['--license-filepath', 'copyright.txt', '--no-extra-eol']

- repo: https://github.com/rhysd/actionlint
rev: v1.7.5
rev: v1.7.6
hooks:
- id: actionlint
args: [-ignore, SC]
Expand All @@ -54,6 +54,6 @@ repos:
- id: validate-pyproject

- repo: https://github.com/crate-ci/typos
rev: v1.29.0
rev: dictgen-v0.3.1
hooks:
- id: typos

0 comments on commit 01f8135

Please sign in to comment.