pre-commit-config: exclude .key and .bin files

Modifying binaries or key material using pre-commit makes no sense.

Reviewed-by: Steffen Eiden <seiden@linux.ibm.com>
Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com>
Signed-off-by: Steffen Eiden <seiden@linux.ibm.com>
This commit is contained in:
Marc Hartmayer
2024-05-24 16:07:48 +00:00
committed by Steffen Eiden
parent cb77faeae7
commit d016ec129d

View File

@@ -1,5 +1,5 @@
---
exclude: \.(crt|crl)$
exclude: \.(bin|crl|crt|key)$
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0