Skip to content

Commit

Permalink
fix(format): fix src/libs path in pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
kisvegabor committed Aug 25, 2022
1 parent 48ee005 commit f18dd84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repos:
)
exclude: |
(?x)^(
src/extra/libs/ |
src/libs/ |
src/lv_conf_internal.h
)
types_or: ["c", "header"]

0 comments on commit f18dd84

Please sign in to comment.