From 82b13ecdd63fd772f783c32b543c290648572590 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 13 Sep 2021 19:45:11 +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/PyCQA/prospector: 1.3.1 → 1.5.1b0](https://github.com/PyCQA/prospector/compare/1.3.1...1.5.1b0) - [github.com/psf/black: 21.7b0 → 21.8b0](https://github.com/psf/black/compare/21.7b0...21.8b0) --- .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 6a48809..2ee3aa7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,13 +14,13 @@ repos: - id: debug-statements - id: check-merge-conflict - repo: https://github.com/PyCQA/prospector - rev: 1.3.1 + rev: 1.5.1b0 hooks: - id: prospector # Exciting bash to support running inside docker or a local virtual env. entry: bash -c "poetry shell; python -m prospector -X . ;" - repo: https://github.com/psf/black - rev: 21.7b0 + rev: 21.8b0 hooks: - id: black - repo: https://github.com/PyCQA/isort