Skip to content

Commit

Permalink
Merge branch 'dev' into auto-update/oui_update
Browse files Browse the repository at this point in the history
  • Loading branch information
tigercosmos authored Feb 2, 2025
2 parents 5f4e6c4 + 2ae8837 commit 49771dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,17 @@ repos:
- id: cppcheck
args: ["--std=c++11", "--language=c++", "--suppressions-list=cppcheckSuppressions.txt", "--inline-suppr", "--force"]
- repo: https://github.com/BlankSpruce/gersemi
rev: 0.17.1
rev: 0.18.2
hooks:
- id: gersemi
args: ["-c"]
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.1
hooks:
- id: codespell
pass_filenames: false
- repo: https://github.com/crate-ci/typos
rev: codespell-dict-v0.5.0
rev: typos-dict-v0.12.4
hooks:
- id: typos
args: ['--config=typos-config.toml']
Expand Down

0 comments on commit 49771dc

Please sign in to comment.