diff --git a/pyproject.toml b/pyproject.toml index 19cf12e..ad54a4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ argument-naming-style = "snake_case" attr-naming-style = "snake_case" [tool.pylint."messages control"] -disable = ["C0103", "C0114", "C0115", "C0116", "R0903", "R0913"] +disable = ["C0103", "C0114", "C0115", "C0116", "R0903", "R0913", "E1123"] [build-system] requires = ["poetry-core>=1.0.0"]