Adjust flake8 ...

... to not complain about implementation details when testing.
This commit is contained in:
Alexander Hess 2021-01-05 19:08:52 +01:00
commit 992d2bb7d4
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
4 changed files with 7 additions and 5 deletions

View file

@ -161,6 +161,8 @@ per-file-ignores =
WPS430,
# Numbers are normal in test cases as expected results.
WPS432,
# When testing, it is normal to use implementation details.
WPS437,
tests/db/fake_data/__init__.py:
# Top-level of a sub-packages is intended to import a lot.
F401,WPS201,