1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-02-22 12:58:33 +00:00

#563: Exclude build from flake8 check

This commit is contained in:
Vladimir Iakovlev 2017-03-13 13:39:00 +01:00
parent 725ef271b1
commit bd750ff9a3

View File

@ -7,4 +7,4 @@ commands = py.test -v --capture=sys
[flake8]
ignore = E501,W503
exclude = venv
exclude = venv,build