Skip to content

Commit 67872cb

Browse files
committed
Update pre-commit to match CI/CD
stack-info: PR: #1227, branch: drisspg/stack/18
1 parent 878bb1d commit 67872cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ repos:
1515
hooks:
1616
# Run the linter.
1717
- id: ruff
18-
args: [--fix]
18+
args: [--fix, --select F,I]
1919
# Run the formatter.
2020
- id: ruff-format

0 commit comments

Comments
 (0)