Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a032789

Browse files
committed
Flake8 configuration in tox.ini
Flake8 will read the config from tox.ini by itself.
1 parent 6963fec commit a032789

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tox.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,8 @@ deps =
88
commands =
99
flake8 --ignore=E501,E128 zerorpc bin
1010
nosetests
11+
12+
[flake8]
13+
ignore = E501,E128
14+
filename = *.py,zerorpc
15+
exclude = tests,.git,dist,doc,*.egg-info,__pycache__,setup.py

0 commit comments

Comments
 (0)