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

This commit is contained in:
Saifeddine ALOUI
2025-01-22 01:15:10 +01:00
parent 6db8b5bf79
commit 39450cc63f

View File

@@ -12,7 +12,7 @@ repos:
hooks:
- id: ruff-format
- id: ruff
args: [--fix]
args: [--fix, --ignore=E402]
- repo: https://github.com/mgedmin/check-manifest