1
0
Fork 0
mirror of https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git synced 2024-11-22 05:40:10 +00:00

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

Update pre-commit hooks
This commit is contained in:
Fred Clausen 2024-04-28 00:35:46 -06:00 committed by GitHub
commit d1cb90db5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@ repos:
# lint the dockerfiles
- repo: https://github.com/hadolint/hadolint
rev: v2.12.1-beta
rev: v2.13.0-beta
hooks:
- id: hadolint
@ -54,7 +54,7 @@ repos:
# lint python formatting
- repo: https://github.com/psf/black
rev: 24.4.0
rev: 24.4.2
hooks:
- id: black