diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-03-08 19:06:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-08 19:06:18 +0100 |
commit | b386d23bf01a1f3b0a604468803189625ef7b902 (patch) | |
tree | 000e8b564b55b894774521684ece09bfc67145fe | |
parent | 1e1035cf74178a33aa85f949138bb8b03d3cbb94 (diff) | |
parent | a910f74ea3a9da8714a0b2499cb9d301ed6dfa07 (diff) | |
download | podman-b386d23bf01a1f3b0a604468803189625ef7b902.tar.gz podman-b386d23bf01a1f3b0a604468803189625ef7b902.tar.bz2 podman-b386d23bf01a1f3b0a604468803189625ef7b902.zip |
Merge pull request #9627 from xatier/master
[NO TESTS NEEDED] Bump pre-commit-hooks version
-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 |