Skip to content

Commit

Permalink
infra: update pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkoSagadin committed Jul 9, 2024
1 parent 04b55c8 commit a225ace
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ repos:
stages: [pre-commit]
- id: detect-private-key
stages: [pre-commit]
- id: check-added-large-files
stages: [pre-commit]
# clang-format uses .clang-format to apply formatting
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v18.1.2
Expand Down Expand Up @@ -55,10 +57,12 @@ repos:
hooks:
- id: shellcheck
stages: [pre-commit]
- repo: https://github.com/lovesegfault/beautysh
rev: v6.2.1
- repo: https://github.com/scop/pre-commit-shfmt
rev: v3.8.0-1
hooks:
- id: beautysh
- id: shfmt
stages: [pre-commit]
args: [--indent=4]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.4
hooks:
Expand Down

0 comments on commit a225ace

Please sign in to comment.