1
0
Fork 0
mirror of https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git synced 2024-10-16 13:50:46 +00:00

chore(deps): Update pre-commit hooks (#91)

Update pre-commit hooks
This commit is contained in:
Fred Clausen 2024-05-26 01:12:28 -06:00 committed by GitHub
commit e8d2e1dcf5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,7 +28,7 @@ repos:
exclude: ^(Dockerfile*)
- repo: https://github.com/codespell-project/codespell.git
rev: "v2.2.6" # Use the sha / tag you want to point at
rev: "v2.3.0" # Use the sha / tag you want to point at
hooks:
- id: codespell
types: [text]
@ -41,7 +41,7 @@ repos:
- id: shellcheck
- repo: https://github.com/sirosen/check-jsonschema
rev: 0.28.3
rev: 0.28.4
hooks:
- id: check-github-actions
- id: check-github-workflows