diff --git a/pyproject.toml b/pyproject.toml index 9286dc8..51c6a78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ line-length = 88 [tool.ruff.lint] select = ["C","E","F","W","B","RUF","PLE","PLW"] -ignore = ["E203", "PLW2901"] +ignore = ["PLW2901"] exclude = [ ".git", ".venv",