mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-11-21 21:30: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:
|
repos:
|
||||||
# lint yaml, line and whitespace
|
# lint yaml, line and whitespace
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v4.4.0
|
rev: v4.5.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: check-yaml
|
- id: check-yaml
|
||||||
- id: end-of-file-fixer
|
- id: end-of-file-fixer
|
||||||
|
@ -28,7 +28,7 @@ repos:
|
||||||
exclude: ^(Dockerfile*)
|
exclude: ^(Dockerfile*)
|
||||||
|
|
||||||
- repo: https://github.com/codespell-project/codespell.git
|
- 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:
|
hooks:
|
||||||
- id: codespell
|
- id: codespell
|
||||||
types: [text]
|
types: [text]
|
||||||
|
|
Loading…
Reference in a new issue