aurweb/setup.cfg
Filipe Laíns 40b4bf248d isort: add initial config
Signed-off-by: Filipe Laíns <lains@archlinux.org>
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
2020-06-02 17:41:47 -04:00

8 lines
103 B
INI

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