Disable too-few-public-methods error in pylint

This commit is contained in:
Alexander Hess 2020-12-16 11:04:43 +01:00
commit 3e0300cb0e
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
5 changed files with 2 additions and 12 deletions

View file

@ -259,6 +259,8 @@ disable =
undefined-variable, unused-import, unused-variable,
# wemake-python-styleguide
redefined-outer-name,
# A lot of classes in the test suite and `Meta` classes cause complaints.
too-few-public-methods,
[pylint.REPORTS]
score = no