add flake8-coding to our tox config

Now we can enforce that all py files have the coding magic comment with
utf-8.
This commit is contained in:
Johnny Robeson 2016-08-07 04:09:58 -04:00
parent 5b3cd44608
commit 08cd22834b
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