Check for W503

This commit is contained in:
Hugo Osvaldo Barrera 2017-02-20 21:53:56 -03:00
parent 821c70a782
commit 76d7dcd281

View file

@ -5,10 +5,9 @@ universal = 1
norecursedirs = tests/storage/servers/*
[flake8]
# W503: Line break before operator
# E731: Use a def instead of lambda expr
# B902: first method param should be self
ignore = W503, E731, B902
ignore = E731, B902
select = C,E,F,W,B,B9
exclude = tests/storage/servers/*, build/
application-package-names = tests,vdirsyncer