1
0
Fork 0
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 (#33)

Update pre-commit hooks
This commit is contained in:
Fred Clausen 2023-10-11 11:02:43 -06:00 committed by GitHub
commit ac05ba9910
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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]