Skip to content

Commit

Permalink
add F541
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Sep 25, 2024
1 parent 4266756 commit 6293441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 6293441

Please sign in to comment.