Skip to content

Commit

Permalink
infra: fix shfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkoSagadin committed Jul 12, 2024
1 parent 1c9f6fb commit c6977f2
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 @@ -62,7 +62,7 @@ repos:
hooks:
- id: shfmt
stages: [pre-commit]
args: [--indent=4]
args: [--indent=4, --simplify, --write]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.4
hooks:
Expand Down

0 comments on commit c6977f2

Please sign in to comment.