From c65e2e7fdecca4d0de9770787605396d6f67c713 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Jul 2021 23:08:07 -0400 Subject: [PATCH] Auto-update pre-commit hooks (#1077) Co-authored-by: asvetlov --- .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 c42beec4f..cb19b4b3b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: hooks: - id: yesqa - repo: https://github.com/pycqa/isort - rev: '5.9.2' + rev: '5.9.3' hooks: - id: isort args: ["--profile", "black"] @@ -55,7 +55,7 @@ repos: - id: detect-private-key exclude: ^examples|(?:tests/ssl)/ - repo: https://github.com/asottile/pyupgrade - rev: 'v2.23.0' + rev: 'v2.23.1' hooks: - id: pyupgrade args: ['--py36-plus', '--keep-mock']