diff options
author | xatier <xatierlike@gmail.com> | 2021-03-04 23:43:40 -0800 |
---|---|---|
committer | xatier <xatierlike@gmail.com> | 2021-03-05 23:08:41 -0800 |
commit | a910f74ea3a9da8714a0b2499cb9d301ed6dfa07 (patch) | |
tree | 3ed763bbcc07bfb89daa3b1b2ba9ecf85dcd88dc /.pre-commit-config.yaml | |
parent | 4e5cc6a3a61d9d2f1d3b97fc10684ec5617816ab (diff) | |
download | podman-a910f74ea3a9da8714a0b2499cb9d301ed6dfa07.tar.gz podman-a910f74ea3a9da8714a0b2499cb9d301ed6dfa07.tar.bz2 podman-a910f74ea3a9da8714a0b2499cb9d301ed6dfa07.zip |
[NO TESTS NEEDED] Bump pre-commit-hooks version
Signed-off-by: xatier <xatierlike@gmail.com>
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 4de8e4c12..f44b0ea42 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ exclude: ^vendor/ repos: - repo: https://github.com/pre-commit/pre-commit-hooks.git - rev: v2.4.0 + rev: v3.4.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace |