Adjust flake8 ...
... to not complain about implementation details when testing.
This commit is contained in:
parent
776112d609
commit
992d2bb7d4
4 changed files with 7 additions and 5 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue