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

chore(deps): Update pre-commit hooks

This commit is contained in:
fredclausen 2024-06-16 01:38:47 +00:00 committed by github-actions[bot]
parent e08faae9bb
commit 81c09c61cd

View file

@ -41,7 +41,7 @@ repos:
- id: shellcheck
- repo: https://github.com/sirosen/check-jsonschema
rev: 0.28.4
rev: 0.28.5
hooks:
- id: check-github-actions
- id: check-github-workflows
@ -59,7 +59,7 @@ repos:
- id: black
- repo: https://github.com/pycqa/flake8
rev: "7.0.0" # pick a git hash / tag to point to
rev: "7.1.0" # pick a git hash / tag to point to
hooks:
- id: flake8
args: ["--extend-ignore=W503,W504,E501"]