mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-11-21 13:20:11 +00:00
chore(deps): Update pre-commit hooks
This commit is contained in:
parent
4657b07fce
commit
b1f8260a58
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
repos:
|
||||
# lint yaml, line and whitespace
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.4.0
|
||||
rev: v4.5.0
|
||||
hooks:
|
||||
- id: check-yaml
|
||||
- id: end-of-file-fixer
|
||||
|
@ -28,7 +28,7 @@ repos:
|
|||
exclude: ^(Dockerfile*)
|
||||
|
||||
- repo: https://github.com/codespell-project/codespell.git
|
||||
rev: "v2.2.5" # Use the sha / tag you want to point at
|
||||
rev: "v2.2.6" # Use the sha / tag you want to point at
|
||||
hooks:
|
||||
- id: codespell
|
||||
types: [text]
|
||||
|
|
Loading…
Reference in a new issue