added ignore of putting imports after some code (required for pipmaster)
Browse files- .pre-commit-config.yaml +1 -1
.pre-commit-config.yaml
CHANGED
@@ -12,7 +12,7 @@ repos:
|
|
12 |
hooks:
|
13 |
- id: ruff-format
|
14 |
- id: ruff
|
15 |
-
args: [--fix]
|
16 |
|
17 |
|
18 |
- repo: https://github.com/mgedmin/check-manifest
|
|
|
12 |
hooks:
|
13 |
- id: ruff-format
|
14 |
- id: ruff
|
15 |
+
args: [--fix, --ignore=E402]
|
16 |
|
17 |
|
18 |
- repo: https://github.com/mgedmin/check-manifest
|