Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
17 additions
and 11 deletions.
- +1 −7 tasks/travis.py
- +8 −4 topaz/utils/regexp.py
- +8 −0 tox.ini
@@ -0,0 +1,8 @@ | ||
[flake8] | ||
exclude = __pycache__,.git/,docs/,spec/ | ||
# E124 closing bracket does not match visual indentation | ||
# E128 continuation line under-indented for visual indent | ||
# E129 visually indented line with same indent as next logical line | ||
# E501 line too long | ||
# F811 redefinition of unused | ||
ignore = E124,E128,E129,E501,F811 |