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

This commit is contained in:
fredclausen 2024-04-07 01:24:16 +00:00 committed by github-actions[bot]
parent f80a10acbf
commit 8d34f6fabd

View file

@ -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.5.0 rev: v4.6.0
hooks: hooks:
- id: check-yaml - id: check-yaml
- id: end-of-file-fixer - id: end-of-file-fixer
@ -41,7 +41,7 @@ repos:
- id: shellcheck - id: shellcheck
- repo: https://github.com/sirosen/check-jsonschema - repo: https://github.com/sirosen/check-jsonschema
rev: 0.28.0 rev: 0.28.1
hooks: hooks:
- id: check-github-actions - id: check-github-actions
- id: check-github-workflows - id: check-github-workflows