X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=.pre-commit-config.yaml;h=ca5cf7fbb4f65c9a3e61a06eb35a823f8fa143c3;hb=a79f427839b2b2c664a9ec047a54272fbbf56c0f;hp=1ca40ed0cd87e81b464d20952b5c7b410cc1e64a;hpb=d473c5ca07200eb455b0191700f735cfb4407677;p=releng%2Fbuilder.git diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1ca40ed0c..ca5cf7fbb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,6 +13,7 @@ repos: rev: v2.1.2 hooks: - id: prettier + stages: [commit] - repo: https://github.com/jorisroovers/gitlint rev: v0.13.1 @@ -20,7 +21,7 @@ repos: - id: gitlint - repo: https://github.com/jumanjihouse/pre-commit-hooks - rev: 2.0.2 + rev: 2.1.5 hooks: - id: shellcheck exclude: > @@ -30,7 +31,7 @@ repos: )$ - repo: https://github.com/ambv/black - rev: stable + rev: 20.8b1 hooks: - id: black