aurweb/setup.cfg
Filipe Laíns 8f47b8d731 isort: add initial config
Signed-off-by: Filipe Laíns <lains@archlinux.org>
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
2021-02-20 11:24:30 -05:00

8 lines
103 B
INI

[flake8]
max-line-length = 127
max-complexity = 10
[isort]
line_length = 127
lines_between_types = 1