Skip to content

Commit 2a04a0f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.13 → v0.12.0](astral-sh/ruff-pre-commit@v0.11.13...v0.12.0) - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v1.16.1](pre-commit/mirrors-mypy@v1.16.0...v1.16.1) - [github.com/sirosen/check-jsonschema: 0.33.0 → 0.33.1](python-jsonschema/check-jsonschema@0.33.0...0.33.1)
1 parent 8db29a7 commit 2a04a0f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repos:
66
- id: check-merge-conflict
77
exclude: rst$
88
- repo: https://github.com/astral-sh/ruff-pre-commit
9-
rev: v0.11.13
9+
rev: v0.12.0
1010
hooks:
1111
- id: ruff
1212
args: [--fix]
@@ -42,7 +42,7 @@ repos:
4242
- id: check-yaml
4343
- id: debug-statements
4444
- repo: https://github.com/pre-commit/mirrors-mypy
45-
rev: v1.16.0
45+
rev: v1.16.1
4646
hooks:
4747
- id: mypy
4848
exclude: ^(docs|tests)/.*
@@ -65,7 +65,7 @@ repos:
6565
- 'SC1004:'
6666
stages: [manual]
6767
- repo: https://github.com/sirosen/check-jsonschema
68-
rev: 0.33.0
68+
rev: 0.33.1
6969
hooks:
7070
- id: check-github-actions
7171
- repo: https://github.com/tox-dev/pyproject-fmt

0 commit comments

Comments
 (0)