mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Disable pylint raise-missing-from
Pylint 2.6.0 added a new rule to encourage chaining exceptions. Until someone has time to address the new warnings, disable the rule to avoid breaking the build.
This commit is contained in:
parent
b3f9815aba
commit
1d6f902987
@ -34,6 +34,7 @@ disable=
|
|||||||
no-staticmethod-decorator,
|
no-staticmethod-decorator,
|
||||||
not-callable,
|
not-callable,
|
||||||
protected-access,
|
protected-access,
|
||||||
|
raise-missing-from,
|
||||||
redefined-outer-name,
|
redefined-outer-name,
|
||||||
too-few-public-methods,
|
too-few-public-methods,
|
||||||
too-many-arguments,
|
too-many-arguments,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user