From 6293441703748a3fb3c4d07ed51cb3188b3d8c50 Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Wed, 25 Sep 2024 16:01:22 -0400 Subject: [PATCH] add F541 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index afb56999e..4027e1c86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,7 @@ extend-exclude = ''' exclude = ["docs/*"] [tool.ruff.lint] -select = ["F401", "I"] # TODO: eventually, expand to other 'D', and other 'F' linting +select = ["F401", "F541", "I"] # TODO: eventually, expand to other 'D', and other 'F' linting fixable = ["ALL"] [tool.ruff.lint.per-file-ignores]