浏览代码

chore(shellcheck): switch hook for `shellcheck` [skip ci]

* Automated using https://github.com/myii/ssf-formula/pull/295
tags/v1.7.5
Dafydd Jones 3 年前
父节点
当前提交
4dc422598b
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. +2
    -3
      .pre-commit-config.yaml

+ 2
- 3
.pre-commit-config.yaml 查看文件

@@ -25,14 +25,13 @@ repos:
args: [--debug]
always_run: true
pass_filenames: false
- repo: https://github.com/jumanjihouse/pre-commit-hooks
rev: 2.1.3
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.7.1.1
hooks:
- id: shellcheck
name: Check shell scripts with shellcheck
files: ^.*\.(sh|bash|ksh)$
types: []
args: []
- repo: https://github.com/adrienverge/yamllint
rev: v1.23.0
hooks:

正在加载...
取消
保存