From 481980846faedba8365a21f8206488a631c6791c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 21:16:52 +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/psf/black: 22.1.0 → 22.6.0](https://github.com/psf/black/compare/22.1.0...22.6.0) - [github.com/asottile/reorder_python_imports: v2.7.1 → v3.8.1](https://github.com/asottile/reorder_python_imports/compare/v2.7.1...v3.8.1) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d9a4ad1..f1d5c23 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: # hooks: # - id: flake8 - repo: https://github.com/psf/black - rev: 22.1.0 + rev: 22.6.0 hooks: - id: black # - repo: https://github.com/pre-commit/mirrors-mypy @@ -14,7 +14,7 @@ repos: # hooks: # - id: mypy - repo: https://github.com/asottile/reorder_python_imports - rev: v2.7.1 + rev: v3.8.1 hooks: - id: reorder-python-imports # - repo: git@github.com:humitos/mirrors-autoflake.git