Skip to content

Commit

Permalink
Auto pre-commit update (#34)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <[email protected]>
  • Loading branch information
github-actions[bot] and web-flow authored May 15, 2024
1 parent a8f73aa commit aad73d8
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 @@ -19,11 +19,11 @@ repos:
- id: cppcheck
args: ['--suppressions-list=cppcheckSuppressions.txt', '--inline-suppr']
- repo: https://github.com/psf/black
rev: 24.4.0
rev: 24.4.2
hooks:
- id: black
- repo: https://github.com/cmake-lint/cmake-lint
rev: 1.4.2
rev: 1.4.3
hooks:
- id: cmakelint
args: ['--linelength=120']
Expand All @@ -33,7 +33,7 @@ repos:
- id: codespell
pass_filenames: false
- repo: https://github.com/crate-ci/typos
rev: v1.20.8
rev: v1.21.0
hooks:
- id: typos
pass_filenames: false

0 comments on commit aad73d8

Please sign in to comment.