Skip to content

Commit dbed006

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

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.11
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.3
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)