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 cce4a0d commit 7a0afcfCopy full SHA for 7a0afcf
.pre-commit-config.yaml
@@ -18,6 +18,14 @@ repos:
18
exclude: .patch
19
exclude_types: [json]
20
21
+- repo: https://github.com/astral-sh/ruff-pre-commit
22
+ # Ruff version.
23
+ rev: v0.1.3
24
+ hooks:
25
+ - id: ruff
26
+ args: ["--fix", "--show-fixes"]
27
+ - id: ruff-format
28
+
29
- repo: local
30
hooks:
31
- id: synchro
@@ -30,14 +38,6 @@ repos:
38
- ruff==0.1.3
39
- unasync
32
40
33
-- repo: https://github.com/astral-sh/ruff-pre-commit
34
- # Ruff version.
35
- rev: v0.1.3
36
- hooks:
37
- - id: ruff
- args: ["--fix", "--show-fixes"]
- - id: ruff-format
-
41
- repo: https://github.com/adamchainz/blacken-docs
42
rev: "1.16.0"
43
0 commit comments