X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=.pre-commit-config.yaml;h=baa871ba7c4d9103d8dd1ce8d6492a577144e5c3;hb=8fdc322646abb6603c9d9b928aee7a8a342f60bb;hp=1363f0bc2843c8e14c999e720416344ba5509170;hpb=ed10af1226bcc1c0e05e0a4cbf0c7a75f88a52e7;p=transportpce.git diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1363f0bc2..baa871ba7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: # ordmodels trailing blanks shall preferably be fixed in OpenROADM upstream repo - repo: https://github.com/jorisroovers/gitlint - rev: v0.15.1 + rev: v0.16.0 hooks: - id: gitlint stages: [commit-msg] @@ -19,3 +19,10 @@ repos: - id: remove-tabs stages: [commit] exclude: '^(.git/|docs/make.bat|docs/Makefile|ordmodels/)' + + - repo: https://github.com/pre-commit/mirrors-autopep8 + rev: v1.5.7 + hooks: + - id: autopep8 + args: ['--in-place', '--max-line-length=120'] +