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/pre-commit/mirrors-mypy: v1.14.0 → v1.14.1](pre-commit/mirrors-mypy@v1.14.0...v1.14.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 and tschm committed Jan 14, 2025
1 parent c232423 commit 27fa37b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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,14 +27,14 @@ repos:
- id: pyupgrade

- repo: 'https://github.com/pre-commit/mirrors-mypy'
rev: v1.14.0
rev: v1.14.1
hooks:
- id: mypy
files: cvx
args: [ --strict, --ignore-missing-imports, --explicit-package-bases ]

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.30.0
rev: 0.31.0
hooks:
- id: check-dependabot
args: ["--verbose"]
Expand All @@ -50,7 +50,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 @@ -61,6 +61,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 27fa37b

Please sign in to comment.