flake8: add initial config

Signed-off-by: Filipe Laíns <lains@archlinux.org>
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
Filipe Laíns 2020-06-01 23:35:26 +01:00 committed by Lukas Fleischer
parent 2d00dcbe2e
commit 548f828e34

4
setup.cfg Normal file
View file

@ -0,0 +1,4 @@
[flake8]
max-line-length = 127
max-complexity = 10