mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
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:
committed by
Steffen Eiden
parent
cb77faeae7
commit
d016ec129d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user