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 Aug 15, 2023
1 parent 7eff947 commit 34ca26f
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,19 +10,19 @@ repos:
# - id: mixed-line-ending
# args: ['--fix=lf']
- repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.7.0
hooks:
- id: black
# - repo: https://github.com/pocc/pre-commit-hooks
# rev: v1.3.5
# hooks:
# - id: clang-format
- repo: https://github.com/codespell-project/codespell
rev: v2.2.2
rev: v2.2.5
hooks:
- id: codespell
- repo: https://github.com/crate-ci/typos
rev: typos-dict-v0.9.13
rev: v1.16.5
hooks:
- id: typos
args: ['--config=typos-config.toml']

0 comments on commit 34ca26f

Please sign in to comment.