Skip to content

Commit

Permalink
more ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Aug 31, 2024
1 parent 910ceba commit 5c8ce92
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 @@ -27,7 +27,7 @@ extend-exclude = '''
exclude = ["docs/*"]

[tool.ruff.lint]
select = ["F401", "I002"] # TODO: eventually, expand to other 'I', 'D', and other 'F' linting
select = ["F401", "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 5c8ce92

Please sign in to comment.