diff --git a/pyproject.toml b/pyproject.toml index bc9bec8..7f5238b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,4 +51,4 @@ warn_return_any = true warn_unused_ignores = true [tool.pylint] -disable = ["C0301", "R0914", "I1101", "R1705", "R0915", "R0902", "W1203", "R0801", "R0911", "R0912", "R0913", "R1724"] \ No newline at end of file +disable = ["C0301", "R0914", "I1101", "R1705", "R0915", "R0902", "W1203", "R0801", "R0911", "R0912", "R0913", "R1724", "W0511"] \ No newline at end of file