mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 18:25:14 +00:00
4 lines
89 B
INI
4 lines
89 B
INI
[flake8]
|
|
# E501 line too long
|
|
# W504 line break after binary operator
|
|
ignore = E501,W504
|