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