Mirror / tox.ini
Spico's picture
update
5953ef9
[flake8]
ignore=
# line length
E501,
# whitespace before ':'
E203,
# line break before binary operator
W503,
# import but not used
F401
exclude=
debug.py