From d42dbcb7c3e1aea5060f05e4ba7a763f34dd026b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 19 Jul 2021 21:05:29 +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/asottile/pyupgrade: v2.19.4 → v2.21.2](https://github.com/asottile/pyupgrade/compare/v2.19.4...v2.21.2) - [github.com/psf/black: 21.6b0 → 21.7b0](https://github.com/psf/black/compare/21.6b0...21.7b0) - [github.com/PyCQA/doc8: 0.9.0a1 → 0.9.0](https://github.com/PyCQA/doc8/compare/0.9.0a1...0.9.0) --- .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 a16a7e3..bb0389f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: - id: rst-inline-touching-normal - id: text-unicode-replacement-char - repo: https://github.com/asottile/pyupgrade - rev: v2.19.4 + rev: v2.21.2 hooks: - id: pyupgrade args: [--py36-plus] @@ -35,7 +35,7 @@ repos: hooks: - id: setup-cfg-fmt - repo: https://github.com/psf/black - rev: 21.6b0 + rev: 21.7b0 hooks: - id: black - repo: https://github.com/asottile/blacken-docs @@ -65,7 +65,7 @@ repos: Pygments, ] - repo: https://github.com/PyCQA/doc8 - rev: 0.9.0a1 + rev: 0.9.0 hooks: - id: doc8 - repo: https://github.com/econchick/interrogate