mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-10 05:57:28 +00:00
7 lines
158 B
INI
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
|