Skip to content

Commit a74fb9f

Browse files
committed
implement changes suggested by @jeremylow and also move ignore list to setup.cfg
1 parent 4eb67c9 commit a74fb9f

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

setup.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ ignore =
99

1010
[flake8]
1111
ignore = E111,E124,E126,E201,E202,E221,E241,E302,E501
12+
13+
[pycodestyle]
14+
ignore = E111,E124,E126,E128,E201,E202,E221,E226,E241,E301,E302,E303,E402,E501,W291
15+
max-line-length = 160

tox.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ whitelist_externals = /bin/bash
1212
make
1313
setenv =
1414
PYTHONWARNINGS=always::DeprecationWarning
15+
16+
[testenv:codestyle]
17+
deps = pycodestyle
18+
commands = pycodestyle twitter tests

0 commit comments

Comments
 (0)