Skip to content

Commit 58a94be

Browse files
disable shellcheck temporarily (#525)
because of #520 error running in sigularity and waiting on #523 to finalize real fix
1 parent cf8cb7b commit 58a94be

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ repos:
6868
hooks:
6969
- id: pyupgrade
7070

71-
- repo: https://github.com/koalaman/shellcheck-precommit
72-
rev: v0.10.0
73-
hooks:
74-
- id: shellcheck
75-
args: ["--severity=error"]
71+
# - repo: https://github.com/koalaman/shellcheck-precommit
72+
# rev: v0.10.0
73+
# hooks:
74+
# - id: shellcheck
75+
# args: ["--severity=error"]
7676

7777
- repo: https://github.com/scop/pre-commit-shfmt
7878
rev: v3.11.0-1

0 commit comments

Comments
 (0)