Skip to content

Commit

Permalink
Auto pre-commit update
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Oct 1, 2023
1 parent 8fa9f6f commit 793422a
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 @@ -10,7 +10,7 @@ repos:
- id: mixed-line-ending
args: ['--fix=lf']
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.9.1
hooks:
- id: black
- repo: https://github.com/pocc/pre-commit-hooks
Expand All @@ -20,12 +20,12 @@ repos:
args: ["--std=c++11", "--language=c++", "--suppressions-list=cppcheckSuppressions.txt", "--inline-suppr", "--force"]
# - id: clang-format
- repo: https://github.com/codespell-project/codespell
rev: v2.2.2
rev: v2.2.5
hooks:
- id: codespell
pass_filenames: false
- repo: https://github.com/crate-ci/typos
rev: typos-dict-v0.9.16
rev: v1.16.15
hooks:
- id: typos
args: ['--config=typos-config.toml']
Expand Down

0 comments on commit 793422a

Please sign in to comment.