mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 06:15:24 +00:00
5 lines
89 B
INI
5 lines
89 B
INI
[flake8]
|
|
# E501 line too long
|
|
# W504 line break after binary operator
|
|
ignore = E501,W504
|