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 148fcc5 commit 3ab5f05
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ repos:
hooks:
# Run the linter.
- id: ruff
args: [--fix]
args:
- --fix
- --select
- F,I
# Run the formatter.
- id: ruff-format

0 comments on commit 3ab5f05

Please sign in to comment.