chore: exclude B902 in flake8
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Robert Kaussow 2021-02-19 13:43:50 +01:00
parent c024883a2b
commit 8aacd6b34f
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61

View File

@ -1,5 +1,5 @@
[flake8]
ignore = D101, D102, D103, D105, D107, D202, E402, W503
ignore = D101, D102, D103, D105, D107, D202, E402, W503, B902
max-line-length = 99
inline-quotes = double
exclude =