Skip to content

Commit 98271f0

Browse files
authored
Merge pull request #666 from scop/renovate/shellcheck-py-shellcheck-py-0.x
chore(pre-commit): update shellcheck-py/shellcheck-py to v0.9.0.2
2 parents 172d3f0 + 37135e8 commit 98271f0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
exclude: ^completions/(\.gitignore|Makefile.*)$
1818

1919
- repo: https://github.com/shellcheck-py/shellcheck-py
20-
rev: v0.8.0.1
20+
rev: v0.9.0.2
2121
hooks:
2222
- id: shellcheck
2323
args: [-f, gcc]

bash_completion

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ _comp_deprecate_func _have _comp_have_command
128128
# Backwards compatibility for compat completions that use have().
129129
# @deprecated should no longer be used; generally not needed with dynamically
130130
# loaded completions, and _comp_have_command is suitable for runtime use.
131+
# shellcheck disable=SC2317 # available at load time only
131132
have()
132133
{
133134
unset -v have

0 commit comments

Comments
 (0)