Skip to content

Commit

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

* Update ignore list for typos

---------

Co-authored-by: GitHub <[email protected]>
Co-authored-by: Ege Çetin <[email protected]>
  • Loading branch information
3 people authored Apr 16, 2024
1 parent 1e5094f commit e215ebc
Show file tree
Hide file tree
Showing 2 changed files with 5 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 @@ -2,15 +2,15 @@ exclude: '.*\.(pcap|pcapng|dat|txt)'
fail_fast: false
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: check-case-conflict
- id: end-of-file-fixer
- id: mixed-line-ending
args: ['--fix=lf']
- repo: https://github.com/psf/black
rev: 24.2.0
rev: 24.4.0
hooks:
- id: black
- repo: https://github.com/pocc/pre-commit-hooks
Expand All @@ -25,7 +25,7 @@ repos:
- id: codespell
pass_filenames: false
- repo: https://github.com/crate-ci/typos
rev: v1.19.0
rev: v1.20.8
hooks:
- id: typos
args: ['--config=typos-config.toml']
Expand Down
2 changes: 2 additions & 0 deletions typos-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ referer = "referer"
allo = "allo"
pinter = "pinter"
helo = "helo"
hom = "hom"
pn = "pn"

[type.make]
extend-glob = []
Expand Down

0 comments on commit e215ebc

Please sign in to comment.