X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=.pre-commit-config.yaml;h=e2513a9137ec63ec05c175b762b977a714621703;hb=d5d2a9e9756c2dc6a296c0ee37cb67ae2f05fae2;hp=bc040d936f7f30b49164946d68aaa516a788e985;hpb=f166263a0424f3f0568ec61945ce2c61386de2f2;p=transportpce.git diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bc040d936..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.16.0 + 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'] +