Skip to content

Commit

Permalink
Auto precommit update (#1701)
Browse files Browse the repository at this point in the history
* Auto pre-commit update

* Update .pre-commit-config.yaml

---------

Co-authored-by: GitHub <[email protected]>
Co-authored-by: Liu, An-Chi <[email protected]>
  • Loading branch information
3 people authored Feb 1, 2025
1 parent 3af7383 commit 2ae8837
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 2ae8837

Please sign in to comment.