stop hound from reporting line break before operator

This commit is contained in:
Milan Kolar 2020-03-20 08:59:09 +01:00
parent a6ec2060cc
commit 81ccb8d767

View file

@ -1,6 +1,7 @@
[flake8]
# ignore = D203
ignore = BLK100
ignore = W504
max-line-length = 79
exclude =
.git,