From aa849892736a2702aa1ff8028709f760034bbe1f Mon Sep 17 00:00:00 2001 From: Andrew Leith Date: Tue, 3 Dec 2024 14:02:48 +0000 Subject: [PATCH] fix: undo ruff change made by accident --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8c37921bf..662a8a46c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -247,7 +247,7 @@ select = [ "I001", "I002" ] -ignore = ["E203", "E501", "E402", "F401"] +ignore = ["E203", "E501", "E402"] # Provide line length leeway for docstrings [tool.ruff.lint.pycodestyle]