summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 9ebc1323..e7876a2a 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v4.4.0
+ rev: v4.5.0
hooks:
- id: check-added-large-files
- id: check-yaml
@@ -13,7 +13,7 @@ repos:
exclude: ^(ChangeLog-2013|patches/.*)$
args: [--chars, " \t\n\r\v"]
- repo: https://github.com/shellcheck-py/shellcheck-py
- rev: v0.9.0.5
+ rev: v0.9.0.6
hooks:
- id: shellcheck
exclude: ^bootstrap$