Skip to content

Commit fd1e01a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.2 → v0.12.5](astral-sh/ruff-pre-commit@v0.9.2...v0.12.5) - [github.com/seddonym/import-linter: v2.1 → v2.3](seddonym/import-linter@v2.1...v2.3) - [github.com/python-jsonschema/check-jsonschema: 0.31.0 → 0.33.2](python-jsonschema/check-jsonschema@0.31.0...0.33.2)
1 parent 6140cb9 commit fd1e01a

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
@@ -3,19 +3,19 @@ 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.12.5
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.3
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.2
1919
hooks:
2020
- id: check-github-workflows
2121
- repo: https://github.com/pre-commit/pre-commit-hooks

0 commit comments

Comments
 (0)