diff --git a/pyproject.toml b/pyproject.toml index 9f18a76f8..1ffc2c1c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,16 @@ extend-exclude = ''' )/ ''' + + +[tool.ruff] + +[tool.ruff.lint] +select = ["F401"] # TODO: eventually, expand to other 'I', 'D', and other 'F' linting +fixable = ["ALL"] + + + [tool.codespell] skip = '.git*,*.pdf,*.css' check-hidden = true