Skip to content

Commit 10409d4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.6 → v0.7.0](astral-sh/ruff-pre-commit@v0.5.6...v0.7.0) - [github.com/python-jsonschema/check-jsonschema: 0.29.1 → 0.29.4](python-jsonschema/check-jsonschema@0.29.1...0.29.4) - [github.com/asottile/blacken-docs: 1.18.0 → 1.19.0](adamchainz/blacken-docs@1.18.0...1.19.0)
1 parent df8033d commit 10409d4

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,15 +1,15 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.5.6
3+
rev: v0.7.0
44
hooks:
55
- id: ruff
66
- id: ruff-format
77
- repo: https://github.com/python-jsonschema/check-jsonschema
8-
rev: 0.29.1
8+
rev: 0.29.4
99
hooks:
1010
- id: check-github-workflows
1111
- repo: https://github.com/asottile/blacken-docs
12-
rev: 1.18.0
12+
rev: 1.19.0
1313
hooks:
1414
- id: blacken-docs
1515
additional_dependencies: [black==23.12.1]

0 commit comments

Comments
 (0)