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 8d1be7ea8a
commit 4cf94816ae

4
setup.cfg Normal file
View file

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