summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorPaul Holzinger <pholzing@redhat.com>2022-05-04 15:01:23 +0200
committerPaul Holzinger <pholzing@redhat.com>2022-05-04 17:11:50 +0200
commit3866143675a2ccf15095b75b2c97b858d8ef0ab5 (patch)
treed2d4461d77be802cbac1d3f9a6cb094b2c777705 /.pre-commit-config.yaml
parentf6b397bf1e5d06027319a2ac0be539d051eca801 (diff)
downloadpodman-3866143675a2ccf15095b75b2c97b858d8ef0ab5.tar.gz
podman-3866143675a2ccf15095b75b2c97b858d8ef0ab5.tar.bz2
podman-3866143675a2ccf15095b75b2c97b858d8ef0ab5.zip
exclude new tools vendor dir from validate
We have no control over the code in the vendored files. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 91c0fef87..3416a93ee 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,5 +1,5 @@
---
-exclude: ^vendor/
+exclude: ^vendor/|^test/tools/vendor/
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v3.4.0