From edb8f7999296a73d8baaab4f8ba1765fafa86cbf Mon Sep 17 00:00:00 2001 From: Cody Baker Date: Fri, 30 Aug 2024 21:50:18 -0400 Subject: [PATCH] include require imports --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cb6a42800..5702459da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ extend-exclude = ''' [tool.ruff] [tool.ruff.lint] -select = ["F401"] # TODO: eventually, expand to other 'I', 'D', and other 'F' linting +select = ["F401", "I002"] # TODO: eventually, expand to other 'I', 'D', and other 'F' linting fixable = ["ALL"] [tool.ruff.lint.per-file-ignores]