Skip to content

Commit 9aae37e

Browse files
chore(deps): pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/python-jsonschema/check-jsonschema: 0.33.2 → 0.37.2](python-jsonschema/check-jsonschema@0.33.2...0.37.2) - [github.com/astral-sh/ruff-pre-commit: v0.12.7 → v0.15.12](astral-sh/ruff-pre-commit@v0.12.7...v0.15.12) - [github.com/tox-dev/pyproject-fmt: v2.6.0 → v2.21.1](tox-dev/pyproject-fmt@v2.6.0...v2.21.1) - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.20.2](pre-commit/mirrors-mypy@v1.17.1...v1.20.2)
1 parent e9d68b2 commit 9aae37e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,35 +13,35 @@ default_language_version:
1313

1414
repos:
1515
- repo: https://github.com/pre-commit/pre-commit-hooks
16-
rev: v5.0.0
16+
rev: v6.0.0
1717
hooks:
1818
- id: trailing-whitespace
1919
- id: end-of-file-fixer
2020
- id: check-yaml
2121
- id: check-added-large-files
2222

2323
- repo: https://github.com/python-jsonschema/check-jsonschema
24-
rev: 0.33.2
24+
rev: 0.37.2
2525
hooks:
2626
- id: check-dependabot
2727
- id: check-github-workflows
2828
- id: check-readthedocs
2929

3030
- repo: https://github.com/astral-sh/ruff-pre-commit
3131
# Ruff version.
32-
rev: v0.12.7
32+
rev: v0.15.12
3333
hooks:
3434
- id: ruff
3535
args: [--fix, --exit-non-zero-on-fix]
3636
- id: ruff-format
3737

3838
- repo: https://github.com/tox-dev/pyproject-fmt
39-
rev: "v2.6.0"
39+
rev: "v2.21.1"
4040
hooks:
4141
- id: pyproject-fmt
4242

4343
- repo: https://github.com/pre-commit/mirrors-mypy
44-
rev: v1.17.1
44+
rev: v1.20.2
4545
hooks:
4646
- id: mypy
4747
additional_dependencies:

0 commit comments

Comments
 (0)