9b12feea5d
Configures flake8 to use 128 character lengths for "E501 line too long"
4 lines
32 B
INI
4 lines
32 B
INI
[flake8]
|
|
max-line-length = 128
|
|
|