condorcore-keyring/.flake8
David Runge 53ffb80740
Add flake8 configuration
.flake8:
Add integration for flake8.
Set maximum line length to 120 and maximum complexity to 10.
2021-11-30 22:54:06 +01:00

5 lines
76 B
INI

[flake8]
max-line-length = 120
output-file = flake8.txt
max-complexity = 10