summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorViljami Ilola <+@hix.fi>2024-04-08 01:46:43 +0300
committerViljami Ilola <+@hix.fi>2024-04-08 01:46:43 +0300
commit3bae12a5c5104e606c6958b8d52ca75c4cbcacba (patch)
tree48a89b38987db23f006bf602e4e6e3b65678af9f /pyproject.toml
parent24c9a5fb88810c80c414ec0a932c9405d8d54abc (diff)
new slicer image
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
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