We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a79535d commit 9decf26Copy full SHA for 9decf26
1 file changed
.pre-commit-config.yaml
@@ -1,4 +1,11 @@
1
repos:
2
+ - repo: https://github.com/astral-sh/ruff-pre-commit
3
+ rev: v0.15.11
4
+ hooks:
5
+ - id: ruff-check
6
+ args: [--exit-non-zero-on-fix]
7
+ - id: ruff-format
8
+
9
- repo: https://github.com/pre-commit/pre-commit-hooks
10
rev: v6.0.0
11
hooks:
@@ -12,13 +19,6 @@ repos:
12
19
- id: forbid-submodules
13
20
- id: trailing-whitespace
14
21
15
- - repo: https://github.com/astral-sh/ruff-pre-commit
16
- rev: v0.15.11
17
- hooks:
18
- - id: ruff-check
- args: [--exit-non-zero-on-fix]
- - id: ruff-format
-
22
- repo: https://github.com/python-jsonschema/check-jsonschema
23
rev: 0.37.1
24
0 commit comments