Skip to content

Commit 690072c

Browse files
[pre-commit.ci] pre-commit autoupdate (#1011)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.11 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.11...v0.13.3) - [github.com/python-jsonschema/check-jsonschema: 0.33.3 → 0.34.0](python-jsonschema/check-jsonschema@0.33.3...0.34.0) - [github.com/asottile/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0) - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.18.2](pre-commit/mirrors-mypy@v1.17.1...v1.18.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 5dbc208 commit 690072c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.12.11
3+
rev: v0.13.3
44
hooks:
55
- id: ruff-check
66
- id: ruff-format
77
- repo: https://github.com/python-jsonschema/check-jsonschema
8-
rev: 0.33.3
8+
rev: 0.34.0
99
hooks:
1010
- id: check-github-workflows
1111
- id: check-readthedocs
1212
- repo: https://github.com/asottile/blacken-docs
13-
rev: 1.19.1
13+
rev: 1.20.0
1414
hooks:
1515
- id: blacken-docs
1616
additional_dependencies: [black==25.1.0]
1717
- repo: https://github.com/pre-commit/mirrors-mypy
18-
rev: v1.17.1
18+
rev: v1.18.2
1919
hooks:
2020
- id: mypy
2121
language_version: python3

0 commit comments

Comments
 (0)