mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-22 01:51:51 +00:00
7 lines
153 B
INI
7 lines
153 B
INI
[flake8]
|
|
# E501 line too long
|
|
# W504 line break after binary operator
|
|
ignore = E501,W504
|
|
# F401: imported but unused
|
|
per-file-ignores = __init__.py:F401
|