From daa700c9dd0f1ac9abb4725dd1c366e6943fcb89 Mon Sep 17 00:00:00 2001 From: Cielquan Date: Fri, 22 May 2020 19:30:02 +0200 Subject: [PATCH] autoupdate pre-commit config --- .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 e632111..e358ba4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ default_stages: [commit, push] repos: #: code unspecific out-of-the-box hooks - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.5.0 + rev: v3.1.0 hooks: - id: no-commit-to-branch args: [--branch, staging, --branch, master, --pattern, release/.*] @@ -31,7 +31,7 @@ repos: #: pyupgrade - upgrade old python syntax to new - repo: https://github.com/asottile/pyupgrade - rev: v2.4.1 + rev: v2.4.3 hooks: - id: pyupgrade args: [--py36-plus]