We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6140cb9 commit fd1e01aCopy full SHA for fd1e01a
.pre-commit-config.yaml
@@ -3,19 +3,19 @@ ci:
3
exclude: _vendor|vendored
4
repos:
5
- repo: https://github.com/astral-sh/ruff-pre-commit
6
- rev: v0.9.2
+ rev: v0.12.5
7
hooks:
8
- id: ruff
9
args: [--fix]
10
- id: ruff-format
11
exclude: examples
12
- repo: https://github.com/seddonym/import-linter
13
- rev: v2.1
+ rev: v2.3
14
15
- id: import-linter
16
stages: [manual]
17
- repo: https://github.com/python-jsonschema/check-jsonschema
18
- rev: 0.31.0
+ rev: 0.33.2
19
20
- id: check-github-workflows
21
- repo: https://github.com/pre-commit/pre-commit-hooks
0 commit comments