Skip to content

Commit 479fce2

Browse files
committed
chore(ruff): mark unsorted imports as fixable
Signed-off-by: Josh Loecker <joshloecker@icloud.com>
1 parent 6af3990 commit 479fce2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ruff.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ quote-style = "double"
66
docstring-code-format = true
77

88
[lint]
9+
extend-fixable = ["I001"]
910
# Linting rules: https://docs.astral.sh/ruff/rules/
1011
unfixable = [
1112
"F401", # warn about, but do not remove, unused imports

0 commit comments

Comments
 (0)