Disable too-few-public-methods error in pylint
This commit is contained in:
parent
2ddd430534
commit
3e0300cb0e
5 changed files with 2 additions and 12 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue