Skip to content

Commit 5efaf86

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.12 → v0.12.7](astral-sh/ruff-pre-commit@v0.11.12...v0.12.7) - [github.com/python-jsonschema/check-jsonschema: 0.33.0 → 0.33.2](python-jsonschema/check-jsonschema@0.33.0...0.33.2) - [github.com/jazzband/pip-tools: 7.4.1 → v7.5.0](jazzband/pip-tools@7.4.1...v7.5.0)
1 parent e310948 commit 5efaf86

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
@@ -4,12 +4,12 @@ ci:
44

55
repos:
66
- repo: https://github.com/astral-sh/ruff-pre-commit
7-
rev: v0.11.12
7+
rev: v0.12.7
88
hooks:
99
- id: ruff
1010
- id: ruff-format
1111
- repo: https://github.com/python-jsonschema/check-jsonschema
12-
rev: 0.33.0
12+
rev: 0.33.2
1313
hooks:
1414
- id: check-github-workflows
1515
- repo: https://github.com/asottile/blacken-docs
@@ -18,7 +18,7 @@ repos:
1818
- id: blacken-docs
1919
additional_dependencies: [black==23.12.1]
2020
- repo: https://github.com/jazzband/pip-tools
21-
rev: 7.4.1
21+
rev: v7.5.0
2222
hooks:
2323
- id: pip-compile
2424
name: pip-compile pyproject.toml

0 commit comments

Comments
 (0)