diff --git a/pyproject.toml b/pyproject.toml index a55284b4eef3ba3c59643a3e724725b0766558e7..600fb36d1b8bab9ecfb910bde3f18f76cae90a51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,6 +3,6 @@ line-length = 79 target-version = ['py36'] preview = true [tool.pylint.main] -disable = ["invalid-name", "logging-fstring-interpolation"] +disable = ["invalid-name", "logging-fstring-interpolation", "unused-argument"] [tool.pylint.format] max-line-length = 79