[pre-commit.ci] pre-commit autoupdate

updates:
- https://github.com/ambv/blackhttps://github.com/psf/black
- [github.com/hadolint/hadolint.git: v2.5.0 → v2.6.0](https://github.com/hadolint/hadolint.git/compare/v2.5.0...v2.6.0)
This commit is contained in:
pre-commit-ci[bot]
2021-07-05 22:16:54 +00:00
committed by GitHub
parent 7999479a0a
commit 8eb98bce3c

View File

@@ -4,7 +4,7 @@ ci:
repos:
# Autoformat: Python code
- repo: https://github.com/ambv/black
- repo: https://github.com/psf/black
rev: 21.6b0
hooks:
- id: black
@@ -18,7 +18,7 @@ repos:
# Lint: Dockerfile
- repo: https://github.com/hadolint/hadolint.git
rev: v2.5.0
rev: v2.6.0
hooks:
- id: hadolint-docker
# FIXME: remove after https://github.com/hadolint/hadolint/issues/628 is resolved