Merge pull request #2156 from jrobeson/add-flake8-coding

add flake8-coding to our tox config
This commit is contained in:
Adrian Sampson 2016-08-07 14:39:51 -04:00 committed by GitHub
commit 4c710e2bb6
2 changed files with 2 additions and 0 deletions

View file

@ -4,6 +4,7 @@ logging-clear-handlers=1
[flake8]
min-version=2.7
accept-encodings=utf-8
# Default pyflakes errors we ignore:
# - E241: missing whitespace after ',' (used to align visually)
# - E221: multiple spaces before operator (used to align visually)

View file

@ -27,6 +27,7 @@ deps =
[_flake8]
deps =
flake8
flake8-coding
flake8-future-import
pep8-naming
files = beets beetsplug beet test setup.py docs