Skip to content

Commit d661754

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.8 → v0.12.2](astral-sh/ruff-pre-commit@v0.11.8...v0.12.2) - [github.com/python-jsonschema/check-jsonschema: 0.33.0 → 0.33.2](python-jsonschema/check-jsonschema@0.33.0...0.33.2) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.1](pre-commit/mirrors-mypy@v1.15.0...v1.16.1)
1 parent a59bfca commit d661754

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
@@ -1,11 +1,11 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.11.8
3+
rev: v0.12.2
44
hooks:
55
- id: ruff
66
- id: ruff-format
77
- repo: https://github.com/python-jsonschema/check-jsonschema
8-
rev: 0.33.0
8+
rev: 0.33.2
99
hooks:
1010
- id: check-github-workflows
1111
- id: check-readthedocs
@@ -15,7 +15,7 @@ repos:
1515
- id: blacken-docs
1616
additional_dependencies: [black==24.4.2]
1717
- repo: https://github.com/pre-commit/mirrors-mypy
18-
rev: v1.15.0
18+
rev: v1.16.1
1919
hooks:
2020
- id: mypy
2121
language_version: python3

0 commit comments

Comments
 (0)