britney2-ubuntu/setup.cfg
Niels Thykier 822a8c712c
Migrate to pycodestyle and setup a basic config file
Signed-off-by: Niels Thykier <niels@thykier.net>
2019-01-19 12:03:33 +00:00

7 lines
158 B
INI

[pycodestyle]
count = False
#ignore = E226,E302,E41
# 120 is the limit but leave 10% buffer for minor transgressions.
max-line-length = 130
statistics = True