Skip to content

Commit

Permalink
fix: relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
sabas1080 committed Aug 1, 2024
1 parent 22e54f9 commit a424ca1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@ repos:
- id: clang-format
types_or: [c++, c]
args: ['--style=file']
exclude: firmware/components/openthread
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: []
exclude: firmware/components/openthread
args: []

0 comments on commit a424ca1

Please sign in to comment.