Skip to content

Commit

Permalink
update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pourmand1376 committed Dec 24, 2023
1 parent a900991 commit 41c78ca
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 @@ -11,7 +11,11 @@ repos:
"fnpar",
"obsidian.sh",
]
- repo: https://github.com/detailyang/pre-commit-shell
rev: v1.0.6
- repo: https://github.com/koalaman/shellcheck-precommit
rev: v0.9.0
hooks:
- id: shell-lint
- id: shellcheck
args: ["--severity=warning"] # Optionally only show errors and warnings

default_language_version:
python: python3.10

0 comments on commit 41c78ca

Please sign in to comment.