mirror of
https://github.com/vale981/ablog
synced 2025-03-05 09:11:38 -05:00
9 lines
200 B
YAML
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
|