diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml index 7d8cf50..2109569 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,9 +35,6 @@ recursive = true source-roots = ["src/sliceitoff"] extension-pkg-whitelist = ["pygame"] -[tool.pylint."messages control"] -disable = [ "too-few-public-methods" ] # pygame sprites and groups - # From given .pylintrc [tool.pylint.design] max-args = 7 |