From b731cfb0da378d6d43fe5bd67337eac06ef62fc0 Mon Sep 17 00:00:00 2001 From: Sebastian Weigand Date: Mon, 14 Jun 2021 18:11:48 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20UPGRADE:=20Autoupdate=20pr?= =?UTF-8?q?e-commit=20config=20(#231)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: s-weigand --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3d13486..361519f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,12 +13,12 @@ repos: args: [--remove] - repo: https://github.com/asottile/pyupgrade - rev: v2.19.1 + rev: v2.19.4 hooks: - id: pyupgrade args: [--py3-plus] - repo: https://github.com/python/black - rev: 21.5b2 + rev: 21.6b0 hooks: - id: black language_version: python3 @@ -52,12 +52,12 @@ repos: additional_dependencies: [sphinx, rstcheck] - repo: https://github.com/pre-commit/pygrep-hooks - rev: v1.8.0 + rev: v1.9.0 hooks: - id: rst-backticks - repo: https://github.com/codespell-project/codespell - rev: v2.0.0 + rev: v2.1.0 hooks: - id: codespell files: '.py|.rst'