Skip to content

Commit

Permalink
use rev instead of hash
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored Nov 29, 2023
1 parent 84a8e77 commit f536b33
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 @@ -20,7 +20,7 @@ repos:
args: ["-o", "all", "-e", "2148", "-e", "SC2033", "-e", "SC2032", "-e", "SC2034", "-e", "SC2154", "-e", "SC2312", "-e", "SC2164"]
files: '^.*\.(pacscript|sh)$'
- repo: https://github.com/pecigonzalo/pre-commit-shfmt
sha: master
rev: v2.1.0
hooks:
- id: shell-fmt
args: ["-i", "2", "-bn", "-ci", "-sr", "-s"]
Expand Down

0 comments on commit f536b33

Please sign in to comment.