X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=.pre-commit-config.yaml;h=218b8b576ff8d98ff8a0fec7d8fe49307f09339e;hb=652171953a98455fdbfed448ac1ae1abfba7a649;hp=734653f2dc41799d8d8be66e33344b7d1cbaaed0;hpb=7c4da464d05ff1bb74426111813f9feddeefa870;p=releng%2Fbuilder.git diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 734653f2d..218b8b576 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,25 +4,25 @@ default_language_version: node: "14.13.0" repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.2.0 hooks: - id: check-json - id: trailing-whitespace - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.4.1 + rev: v2.6.2 hooks: - id: prettier stages: [commit] - repo: https://github.com/jorisroovers/gitlint - rev: v0.16.0 + rev: v0.17.0 hooks: - id: gitlint stages: [commit-msg] - repo: https://github.com/jumanjihouse/pre-commit-hooks - rev: 2.1.5 + rev: 2.1.6 hooks: - id: shellcheck exclude: > @@ -33,18 +33,18 @@ repos: )$ - repo: https://github.com/ambv/black - rev: 21.10b0 + rev: 22.3.0 hooks: - id: black - - repo: https://gitlab.com/pycqa/flake8 + - repo: https://github.com/PyCQA/flake8 rev: 3.9.2 hooks: - id: flake8 args: ["--max-line-length=88"] - repo: https://github.com/pycqa/bandit - rev: 1.7.0 + rev: 1.7.4 hooks: - id: bandit # Bandit does not need to run on test code @@ -61,7 +61,7 @@ repos: - id: yamllint - repo: https://github.com/btford/write-good - rev: v1.0.4 + rev: v1.0.8 hooks: - id: write-good exclude: docs/jenkins.rst