Skip to content
This repository has been archived by the owner on Aug 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #21 from Runscope/pep8-ini
Browse files Browse the repository at this point in the history
Move pep8 configuration to setup.cfg
  • Loading branch information
stevearc committed Nov 7, 2014
1 parent 6b4a95f commit b36b5d0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .pep8.ini

This file was deleted.

2 changes: 1 addition & 1 deletion run_autopep8.sh
@@ -1,5 +1,5 @@
#!/bin/bash -e
declare -r CONF=".pep8.ini"
declare -r CONF="setup.cfg"
declare -r ARGS=(ignore select max-line-length)
declare -r HELP="usage: $0 [all]
Expand Down
4 changes: 4 additions & 0 deletions setup.cfg
Expand Up @@ -5,3 +5,7 @@ dynamo-port=8001

[wheel]
universal = 1

[pep8]
max-line-length=80
ignore=E501,E24
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -24,4 +24,4 @@ deps =
commands =
coverage run --source=flywheel --branch setup.py nosetests
pylint --rcfile=.pylintrc flywheel tests
pep8 --config=.pep8.ini flywheel tests
pep8 flywheel tests

0 comments on commit b36b5d0

Please sign in to comment.