Skip to content

Commit

Permalink
Update pre-commit to match CI/CD
Browse files Browse the repository at this point in the history
stack-info: PR: #1227, branch: drisspg/stack/18
  • Loading branch information
drisspg committed Nov 5, 2024
1 parent 878bb1d commit 67872cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ repos:
hooks:
# Run the linter.
- id: ruff
args: [--fix]
args: [--fix, --select F,I]
# Run the formatter.
- id: ruff-format

0 comments on commit 67872cb

Please sign in to comment.