Welcome to mirror list, hosted at ThFree Co, Russian Federation.

flake8.cfg « scripts - github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b6a58772999ce3fff3aea1724c1254224e58478e (plain)
1
2
3
4
[flake8]
# E501 line too long
# W504 line break after binary operator
ignore = E501,W504