Skip to content

Commit 5d16ff1

Browse files
drisspgjainapurva
authored andcommitted
Update pre-commit to match CI/CD (#1227)
Update pre-commit to match CI/CD
1 parent 0cfd2b9 commit 5d16ff1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ repos:
1515
hooks:
1616
# Run the linter.
1717
- id: ruff
18-
args: [--fix]
18+
args:
19+
- --fix
20+
- --select
21+
- F,I
1922
# Run the formatter.
2023
- id: ruff-format

0 commit comments

Comments
 (0)