Skip to content

Commit 12a8da5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.6.3 → v0.6.9](astral-sh/ruff-pre-commit@v0.6.3...v0.6.9) - [github.com/abravalheri/validate-pyproject: v0.19 → v0.20.2](abravalheri/validate-pyproject@v0.19...v0.20.2) - [github.com/python-jsonschema/check-jsonschema: 0.29.2 → 0.29.3](python-jsonschema/check-jsonschema@0.29.2...0.29.3)
1 parent 8888ec9 commit 12a8da5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-added-large-files
66
- id: check-case-conflict
@@ -14,7 +14,7 @@ repos:
1414
- id: trailing-whitespace
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: "v0.6.3"
17+
rev: "v0.6.9"
1818
hooks:
1919
- id: ruff
2020
args: [--fix, --show-fixes]
@@ -27,13 +27,13 @@ repos:
2727
args: []
2828

2929
- repo: https://github.com/abravalheri/validate-pyproject
30-
rev: "v0.19"
30+
rev: "v0.20.2"
3131
hooks:
3232
- id: validate-pyproject
3333
additional_dependencies: ["validate-pyproject-schema-store[all]"]
3434

3535
- repo: https://github.com/python-jsonschema/check-jsonschema
36-
rev: "0.29.2"
36+
rev: "0.29.3"
3737
hooks:
3838
- id: check-dependabot
3939
- id: check-github-workflows

0 commit comments

Comments
 (0)