isort: 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:27 +01:00 committed by Lukas Fleischer
parent 4cf94816ae
commit 8f47b8d731

View file

@ -2,3 +2,7 @@
max-line-length = 127 max-line-length = 127
max-complexity = 10 max-complexity = 10
[isort]
line_length = 127
lines_between_types = 1