diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2565246b2a..aab58f03a3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,3 +11,9 @@ repos: types_or: [] files: '\.c\.in$|\.h\.in$|\.c$|\.h$' args: ["--style=file"] + exclude: | + (?x)^( + crypto/objects/obj_dat.h| + crypto/objects/obj_xref.h| + include/openssl/obj_mac.h + )$