X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=.pre-commit-config.yaml;h=e2513a9137ec63ec05c175b762b977a714621703;hb=91810bc6b396eb570c624043f03c736bbb40c599;hp=1363f0bc2843c8e14c999e720416344ba5509170;hpb=ed10af1226bcc1c0e05e0a4cbf0c7a75f88a52e7;p=transportpce.git diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1363f0bc2..e2513a913 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,21 +1,30 @@ --- repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.3.0 hooks: - id: trailing-whitespace exclude: '^ordmodels/' # ordmodels trailing blanks shall preferably be fixed in OpenROADM upstream repo - repo: https://github.com/jorisroovers/gitlint - rev: v0.15.1 + rev: v0.18.0 hooks: - id: gitlint stages: [commit-msg] + - id: gitlint-ci + stages: [manual] - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.1.10 + rev: v1.3.1 hooks: - id: remove-tabs stages: [commit] exclude: '^(.git/|docs/make.bat|docs/Makefile|ordmodels/)' + + - repo: https://github.com/pre-commit/mirrors-autopep8 + rev: v2.0.0 + hooks: + - id: autopep8 + args: ['--in-place', '--max-line-length=120'] +