diff --git a/pyproject.toml b/pyproject.toml index 7880fe1..ae97169 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,9 +63,6 @@ fail-under = 9.0 max-line-length = 88 max-module-lines = 800 -[tool.pylint.message_control] -disable = "C0330, C0326" - [tool.black] line-length = 88 verbose = true