From e2a43309b2a5f6ddaf078343735ab105968a9145 Mon Sep 17 00:00:00 2001 From: Artem Rys Date: Mon, 29 Aug 2022 14:51:05 +0200 Subject: [PATCH] chore: pre-commit autoupdate --- .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 2af950e7..d68f28af 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,11 +1,11 @@ repos: - repo: https://github.com/asottile/pyupgrade - rev: v2.31.1 + rev: v2.37.3 hooks: - id: pyupgrade args: [--py37-plus] - repo: https://github.com/psf/black - rev: 22.3.0 + rev: 22.6.0 hooks: - id: black - repo: https://github.com/PyCQA/isort @@ -13,12 +13,12 @@ repos: hooks: - id: isort - repo: https://github.com/PyCQA/flake8 - rev: 4.0.1 + rev: 5.0.4 hooks: - id: flake8 exclude: ^tests - repo: https://github.com/myint/docformatter - rev: v1.4 + rev: v1.5.0 hooks: - id: docformatter args: [--in-place]