added ignore of putting imports after some code (required for pipmaster)
This commit is contained in:
parent
6db8b5bf79
commit
39450cc63f
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ repos:
|
|||
hooks:
|
||||
- id: ruff-format
|
||||
- id: ruff
|
||||
args: [--fix]
|
||||
args: [--fix, --ignore=E402]
|
||||
|
||||
|
||||
- repo: https://github.com/mgedmin/check-manifest
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue