diff options
author | guillaume.lambert <guillaume.lambert@orange.com> | 2021-12-10 20:28:24 +0100 |
---|---|---|
committer | Guillaume Lambert <guillaume.lambert@orange.com> | 2021-12-12 00:48:20 +0000 |
commit | 296fa7fdb76c56a2d59e6f33f5e8745c23138f9b (patch) | |
tree | 3e842117de1cf41194c338f8b9620d2fcb9ff5c1 /.pre-commit-config.yaml | |
parent | 73f3459e00bc391c8639a3bb2d56a15599f2b824 (diff) |
[COMMON] Add a pre-commit-auto-update tox profile
This profile can be called manually to upgrade linters
declared in the pre-commit configuration file.
Issue-ID: OOM-2643
Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: Ia3ccb818f973eba94d1723a14fc7775515ca8a48
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r-- | .pre-commit-config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6bfce7af6c..980093a7a5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: - id: trailing-whitespace #exclude: '^ordmodels/' - repo: https://github.com/jorisroovers/gitlint - rev: v0.15.1 + rev: v0.17.0 hooks: - id: gitlint stages: [commit-msg] |