Skip to content

Commit ca7ac53

Browse files
committed
fix: add F flag to remove unused imports
Signed-off-by: Artem Inzhyyants <[email protected]>
1 parent c67717e commit ca7ac53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
- id: ruff
3030
args:
3131
- --fix
32-
- --select=I
32+
- --select=I,F
3333

3434
# Run the formatter.
3535
- id: ruff-format

0 commit comments

Comments
 (0)