53ffb80740
.flake8: Add integration for flake8. Set maximum line length to 120 and maximum complexity to 10.
5 lines
76 B
INI
5 lines
76 B
INI
[flake8]
|
|
max-line-length = 120
|
|
output-file = flake8.txt
|
|
max-complexity = 10
|