diff --git a/pyproject.toml b/pyproject.toml index e3ef3faf5..309a190ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,4 +2,4 @@ profile = "black" [tool.ruff] -ignore = ["E501"] \ No newline at end of file +ignore = ["E501","E711"] \ No newline at end of file