From 80e9d5289c1646d9452b2ae1eb2ddff747319587 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 20 Sep 2021 20:16:02 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/igorshubovych/markdownlint-cli: v0.27.1 → v0.28.1](https://github.com/igorshubovych/markdownlint-cli/compare/v0.27.1...v0.28.1) - [github.com/pre-commit/mirrors-prettier: v2.3.2 → v2.4.1](https://github.com/pre-commit/mirrors-prettier/compare/v2.3.2...v2.4.1) - [github.com/psf/black: 21.6b0 → 21.9b0](https://github.com/psf/black/compare/21.6b0...21.9b0) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index db8bd64..c70237e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,11 +16,11 @@ repos: hooks: - id: dockerfilelint - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.27.1 + rev: v0.28.1 hooks: - id: markdownlint - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.3.2 + rev: v2.4.1 hooks: - id: prettier args: @@ -28,7 +28,7 @@ repos: additional_dependencies: - prettier@2.2.1 - repo: https://github.com/psf/black - rev: 21.6b0 + rev: 21.9b0 hooks: - id: black language_version: python3.8