1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

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: | exclude: |
(?x)^( (?x)^(
src/extra/libs/ | src/libs/ |
src/lv_conf_internal.h src/lv_conf_internal.h
) )
types_or: ["c", "header"] types_or: ["c", "header"]