flake8: add config

Signed-off-by: Filipe Laíns <lains@archlinux.org>
This commit is contained in:
Filipe Laíns 2020-07-02 14:24:33 +01:00 committed by Filipe Laíns
parent 33521558ed
commit 0bc58d5653
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
[flake8]
max-line-length = 127
extend-ignore = E266,E731,E741
min-python-version = 3.5
[isort]
line_length = 127
lines_between_types = 1