diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 7441130..75b8c1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,6 +58,7 @@ disable = [ "too-many-instance-attributes", "too-many-lines", "too-many-locals", + "too-many-public-methods", "too-many-statements", "unsubscriptable-object", ] |
