Skip to content

Commit de0a176

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/python-jsonschema/check-jsonschema: 0.33.2 → 0.33.3](python-jsonschema/check-jsonschema@0.33.2...0.33.3) - [github.com/astral-sh/ruff-pre-commit: v0.12.7 → v0.12.11](astral-sh/ruff-pre-commit@v0.12.7...v0.12.11)
1 parent db61270 commit de0a176

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
@@ -5,7 +5,7 @@ ci:
55
repos:
66

77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v5.0.0
8+
rev: v6.0.0
99
hooks:
1010
- id: check-ast
1111
name: validate Python code
@@ -24,7 +24,7 @@ repos:
2424
- id: check-yaml
2525

2626
- repo: https://github.com/python-jsonschema/check-jsonschema
27-
rev: 0.33.2
27+
rev: 0.33.3
2828
hooks:
2929
- id: check-github-workflows
3030

@@ -67,7 +67,7 @@ repos:
6767
- tomli
6868

6969
- repo: https://github.com/astral-sh/ruff-pre-commit
70-
rev: v0.12.7
70+
rev: v0.12.11
7171
hooks:
7272
- id: ruff
7373
name: ruff (see https://docs.astral.sh/ruff/rules)

0 commit comments

Comments
 (0)