mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-23 02:17:22 +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"]
|
||
|
|