Add flake8 configuration

.flake8:
Add integration for flake8.
Set maximum line length to 120 and maximum complexity to 10.
This commit is contained in:
David Runge 2021-10-11 21:27:11 +02:00 committed by Levente Polyak
parent b3e1640553
commit 53ffb80740
No known key found for this signature in database
GPG Key ID: FC1B547C8D8172C8

4
.flake8 Normal file
View File

@ -0,0 +1,4 @@
[flake8]
max-line-length = 120
output-file = flake8.txt
max-complexity = 10