summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-04-16 12:04:43 +0700
committerhathach <[email protected]>2024-04-16 12:06:07 +0700
commite03774be8828ac9b3cb9bfd5e80c769d338a8e0f (patch)
treeb023c5cb3b4c9f03a1df43a9676445badeba9da4
parent86710c9bb24111c9f1c9a2ec9623c89b987e93a8 (diff)
skip symlink in pre-commit
-rw-r--r--.pre-commit-config.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 4071ec326..bba217cc9 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -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