Skip to content

Commit 966caf9

Browse files
pre-commit-ci[bot]lafrech
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
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)
1 parent feb2244 commit 966caf9

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
@@ -2,18 +2,18 @@ ci:
22
autoupdate_schedule: monthly
33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: v0.12.11
5+
rev: v0.13.3
66
hooks:
77
- id: ruff-check
88
- id: ruff-format
99
- repo: https://github.com/python-jsonschema/check-jsonschema
10-
rev: 0.33.3
10+
rev: 0.34.0
1111
hooks:
1212
- id: check-github-workflows
1313
- id: check-readthedocs
1414
# TODO: Remove blacken-docs when https://github.com/astral-sh/ruff/issues/8237 is implemented
1515
- repo: https://github.com/asottile/blacken-docs
16-
rev: 1.19.1
16+
rev: 1.20.0
1717
hooks:
1818
- id: blacken-docs
1919
additional_dependencies: [black==25.1.0]

0 commit comments

Comments
 (0)