mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 06:15:24 +00:00
5 lines
113 B
TOML
5 lines
113 B
TOML
![]() |
# Ignore `E401` (import violations) in all `__init__.py` files
|
||
|
[lint.per-file-ignores]
|
||
|
"__init__.py" = ["F401"]
|
||
|
|