fix(format): fix src/libs path in pre-commit hook

This commit is contained in:
Gabor Kiss-Vamosi 2022-08-25 21:34:51 +02:00
parent 48ee005d4d
commit f18dd84e15

View File

@ -26,7 +26,7 @@ repos:
)
exclude: |
(?x)^(
src/extra/libs/ |
src/libs/ |
src/lv_conf_internal.h
)
types_or: ["c", "header"]