skip symlink in pre-commit

This commit is contained in:
hathach 2024-04-16 12:04:43 +07:00
parent 86710c9bb2
commit e03774be88
No known key found for this signature in database
GPG Key ID: 26FAB84F615C3C52

View File

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