ignore lambdas as function definitions

main
Arnold Krille 9 years ago
parent 7e93894459
commit eaa001c722

@ -20,4 +20,4 @@ basepython = python2.7
deps =
flake8
commands =
flake8 rq tests --max-line-length=120
flake8 rq tests --max-line-length=120 --ignore=E731

Loading…
Cancel
Save