ParisNeo commited on
Commit
8cf7b0d
·
1 Parent(s): d9d991a

added ignore of putting imports after some code (required for pipmaster)

Browse files
Files changed (1) hide show
  1. .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