Skip to content

Commit b51df97

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.2 → v0.13.0](astral-sh/ruff-pre-commit@v0.9.2...v0.13.0) - [github.com/seddonym/import-linter: v2.1 → v2.5](seddonym/import-linter@v2.1...v2.5) - [github.com/python-jsonschema/check-jsonschema: 0.31.0 → 0.33.3](python-jsonschema/check-jsonschema@0.31.0...0.33.3) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0)
1 parent 6d17332 commit b51df97

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
@@ -3,23 +3,23 @@ ci:
33
exclude: _vendor|vendored
44
repos:
55
- repo: https://github.com/astral-sh/ruff-pre-commit
6-
rev: v0.9.2
6+
rev: v0.13.0
77
hooks:
88
- id: ruff
99
args: [--fix]
1010
- id: ruff-format
1111
exclude: examples
1212
- repo: https://github.com/seddonym/import-linter
13-
rev: v2.1
13+
rev: v2.5
1414
hooks:
1515
- id: import-linter
1616
stages: [manual]
1717
- repo: https://github.com/python-jsonschema/check-jsonschema
18-
rev: 0.31.0
18+
rev: 0.33.3
1919
hooks:
2020
- id: check-github-workflows
2121
- repo: https://github.com/pre-commit/pre-commit-hooks
22-
rev: v5.0.0
22+
rev: v6.0.0
2323
# .py files are skipped cause already checked by other hooks
2424
hooks:
2525
- id: check-yaml

0 commit comments

Comments
 (0)