skip symlink in pre-commit

This commit is contained in:
hathach
2024-04-16 12:04:43 +07:00
parent 86710c9bb2
commit e03774be88

View File

@@ -16,7 +16,9 @@ repos:
exclude: | exclude: |
(?x)^( (?x)^(
.idea/| .idea/|
hw/bsp/mcx/sdk/ hw/bsp/mcx/sdk/|
docs/contributing/code_of_conduct.rst|
docs/info/contributors.rst
) )
- id: forbid-submodules - id: forbid-submodules