isort: add config

Signed-off-by: Filipe Laíns <lains@archlinux.org>
This commit is contained in:
Filipe Laíns 2020-07-02 14:17:40 +01:00 committed by Filipe Laíns
parent 72a8d311bc
commit be4e88dc1a
1 changed files with 5 additions and 0 deletions

5
setup.cfg Normal file
View File

@ -0,0 +1,5 @@
[isort]
line_length = 127
lines_between_types = 1
;blocked by https://github.com/google/yapf/issues/429
;lines_after_imports = 2