ablog/.pep8speaks.yml

7 lines
137 B
YAML
Raw Permalink Normal View History

2018-02-17 10:58:01 +01:00
pycodestyle:
max-line-length: 120 # Default is 79 in PEP8
exclude:
- setup.py
- docs/conf.py
descending_issues_order: True