Skip to content

Commit 4fdbb0b

Browse files
[pre-commit.ci] pre-commit autoupdate (#1031)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.7 → v0.14.10](astral-sh/ruff-pre-commit@v0.14.7...v0.14.10) - [github.com/python-jsonschema/check-jsonschema: 0.35.0 → 0.36.0](python-jsonschema/check-jsonschema@0.35.0...0.36.0) - [github.com/pre-commit/mirrors-mypy: v1.19.0 → v1.19.1](pre-commit/mirrors-mypy@v1.19.0...v1.19.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ed44290 commit 4fdbb0b

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.14.7
3+
rev: v0.14.10
44
hooks:
55
- id: ruff-check
66
- id: ruff-format
77
- repo: https://github.com/python-jsonschema/check-jsonschema
8-
rev: 0.35.0
8+
rev: 0.36.0
99
hooks:
1010
- id: check-github-workflows
1111
- id: check-readthedocs
@@ -15,7 +15,7 @@ repos:
1515
- id: blacken-docs
1616
additional_dependencies: [black==25.1.0]
1717
- repo: https://github.com/pre-commit/mirrors-mypy
18-
rev: v1.19.0
18+
rev: v1.19.1
1919
hooks:
2020
- id: mypy
2121
language_version: python3

0 commit comments

Comments
 (0)