Skip to content

Commit

Permalink
We should exclude files copied directly from the template or astropy_…
Browse files Browse the repository at this point in the history
…helpers for pep8 checks [ci skip]
  • Loading branch information
bsipocz committed Jun 28, 2017
1 parent 3d870cf commit b72b0b9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .pep8speaks.yml
Expand Up @@ -5,3 +5,10 @@ pycodestyle:
- E741 # l and b are valid variable names for the galactic frame
- E226 # Don't force "missing whitespace around arithmetic operator"
- E402 # .conf has to be set in the __init__.py modules imports

exclude:
- ez_setup.py
- ah_bootstrap.py
- astropy_helpers/
- _astropy_init.py
- version.py

0 comments on commit b72b0b9

Please sign in to comment.