X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=.pre-commit-config.yaml;h=f2a70310fe3db36533a75205063e0a55ee5a46bf;hb=6cd0444785d81461bbf07ea7cea40118c1932b90;hp=9f5aa4ad1fcaf6f7f3ac474b9010d44d9e8112b8;hpb=935f3a20e0c58f292adf4b859458f94710b2f4ef;p=releng%2Fbuilder.git diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9f5aa4ad1..f2a70310f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: gitlint - repo: https://github.com/jumanjihouse/pre-commit-hooks - sha: 2.0.2 + rev: 2.0.2 hooks: - id: shellcheck exclude: > @@ -54,14 +54,8 @@ repos: hooks: - id: yamllint - - repo: local + - repo: https://github.com/btford/write-good + rev: master hooks: - # TODO: Switch to upstream hook when https://github.com/btford/write-good/pull/119 is merged. - id: write-good - name: write-good - description: Check docs for English prose with write-good - entry: write-good - language: node - files: "\\.(rst|md|markdown|mdown|mkdn)$" - additional_dependencies: ["write-good"] exclude: docs/jenkins.rst