Skip to content

Commit

Permalink
Separate pep8 config for acme.
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba committed Feb 20, 2016
1 parent 9d9ca27 commit 29d16b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions acme/.pep8
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[pep8]
# E265 block comment should start with '# '
# E501 line too long (X > 79 characters)
ignore = E265,E501
2 changes: 1 addition & 1 deletion pep8.travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e # Fail fast

# PEP8 is not ignored in ACME
pep8 acme
pep8 --config=acme/.pep8 acme

pep8 \
setup.py \
Expand Down

0 comments on commit 29d16b0

Please sign in to comment.