ablog/.pep8speaks.yml
2018-02-17 10:58:01 +01:00

9 lines
200 B
YAML

pycodestyle:
max-line-length: 120 # Default is 79 in PEP8
exclude:
- setup.py
- ez_setup.py
- ah_bootstrap.py
- astropy_helpers/
- docs/conf.py
descending_issues_order: True