Skip to content

Commit cb16ba5

Browse files
chore: add F rule to Ruff config to remove unused imports
Co-Authored-By: Aaron <AJ> Steers <[email protected]>
1 parent 813a467 commit cb16ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ target-version = "py310"
33
line-length = 100
44

55
[lint]
6-
select = ["I", "UP"]
6+
select = ["I", "UP", "F"]

0 commit comments

Comments
 (0)