summaryrefslogtreecommitdiffstats
path: root/setup.cfg
blob: b868c096354a3f11f47d06d7327e93eda18dc4f8 (plain)
1
2
3
4
5
6
7
8
[flake8]
max-line-length = 127
max-complexity = 10

[isort]
line_length = 127
lines_between_types = 1