From 533df7917662f40f4651cf0277ff6246b52170ae Mon Sep 17 00:00:00 2001 From: myke Date: Sat, 13 Feb 2021 15:41:45 +0100 Subject: [PATCH] remove pylint message ignores C0326 and C0330 no longer exist or cause problems: - https://github.com/PyCQA/pylint/issues/2041 - https://github.com/psf/black/issues/48#issuecomment-726660989 --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6d4cd6b..a84e7b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,9 +31,6 @@ profile = "black" [tool.pylint.format] max-line-length = "119" -[tool.pylint.messages_control] -disable = "C0330, C0326" - [tool.pytest.ini_options] testpaths = [ "tests",