Skip to content

Commit

Permalink
docs: exclude component openthread
Browse files Browse the repository at this point in the history
  • Loading branch information
sabas1080 committed Aug 1, 2024
1 parent d1c585b commit c63c2de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ repos:
- id: clang-format
types_or: [c++, c]
args: ['--style=file']
exclude: firmware/components/openthread
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v3.2.0
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
args: []
args: []
exclude: firmware/components/openthread

0 comments on commit c63c2de

Please sign in to comment.