Skip to content

Commit 8888ec9

Browse files
pre-commit-ci[bot]jcfr
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.9 → v0.6.3](astral-sh/ruff-pre-commit@v0.4.9...v0.6.3) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.11.2](pre-commit/mirrors-mypy@v1.10.0...v1.11.2) - [github.com/abravalheri/validate-pyproject: v0.18 → v0.19](abravalheri/validate-pyproject@v0.18...v0.19) - [github.com/python-jsonschema/check-jsonschema: 0.28.2 → 0.29.2](python-jsonschema/check-jsonschema@0.28.2...0.29.2)
1 parent 6694535 commit 8888ec9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,26 +14,26 @@ repos:
1414
- id: trailing-whitespace
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: "v0.4.9"
17+
rev: "v0.6.3"
1818
hooks:
1919
- id: ruff
2020
args: [--fix, --show-fixes]
2121

2222
- repo: https://github.com/pre-commit/mirrors-mypy
23-
rev: "v1.10.0"
23+
rev: "v1.11.2"
2424
hooks:
2525
- id: mypy
2626
files: src
2727
args: []
2828

2929
- repo: https://github.com/abravalheri/validate-pyproject
30-
rev: "v0.18"
30+
rev: "v0.19"
3131
hooks:
3232
- id: validate-pyproject
3333
additional_dependencies: ["validate-pyproject-schema-store[all]"]
3434

3535
- repo: https://github.com/python-jsonschema/check-jsonschema
36-
rev: "0.28.2"
36+
rev: "0.29.2"
3737
hooks:
3838
- id: check-dependabot
3939
- id: check-github-workflows

0 commit comments

Comments
 (0)