mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-28 04:48:16 +00:00
9 lines
328 B
INI
9 lines
328 B
INI
|
[flake8]
|
||
|
# W191 indentation contains tabs
|
||
|
# E128 continuation line under-indented for visual indent
|
||
|
# E501 line too long
|
||
|
# E251 unexpected spaces around keyword / parameter equals
|
||
|
# E101 indentation contains mixed spaces and tabs
|
||
|
# E126 continuation line over-indented for hanging indent
|
||
|
ignore = W191,E128,E501,E251,E101,E126
|