diff --git a/pyproject.toml b/pyproject.toml index 1641a239..7b2c51b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,8 +16,6 @@ [tool.pylint.MASTER] disable = [ "C0114", # Missing module docstring - "R0201", # No self use - "C0330" # Hanging indentation ] max-attributes = 12 max-branches = 20 @@ -35,8 +33,5 @@ # Ignore imports when computing similarities. ignore-imports = "yes" -[tool.pylint.messages_control] - disable = "C0330, C0326" - [tool.pytest.ini_options] asyncio_mode = "auto"