Skip to content

Commit

Permalink
include require imports
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD committed Aug 31, 2024
1 parent 4a9d04b commit edb8f79
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 @@ -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]
Expand Down

0 comments on commit edb8f79

Please sign in to comment.