Skip to content

Commit

Permalink
Just use one pep8speaks config
Browse files Browse the repository at this point in the history
  • Loading branch information
mkelley committed Nov 12, 2024
1 parent 0b5213e commit 10d0841
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
11 changes: 11 additions & 0 deletions .pep8speaks.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
pycodestyle:
max-line-length: 88

ignore:
- E741 # single-letter small-caps
- E226 # Don't force "missing whitespace around arithmetic operator"
- E402 # .conf has to be set in the __init__.py modules imports
- E501 # line too long
- E203 # whitespace before colon

exclude:
- _astropy_init.py
- version.py
13 changes: 0 additions & 13 deletions pep8speaks.yml

This file was deleted.

0 comments on commit 10d0841

Please sign in to comment.