From 8437316d3d89dd7631a5892eeb19d7ca2b600808 Mon Sep 17 00:00:00 2001 From: Hugo Date: Mon, 1 Jun 2020 14:57:33 +0300 Subject: [PATCH] pre-commit autoupdate --- .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 1802b34..8461ec4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/asottile/pyupgrade - rev: v2.4.1 + rev: v2.4.4 hooks: - id: pyupgrade args: ["--py3-plus"] @@ -15,7 +15,7 @@ repos: types: [] - repo: https://gitlab.com/pycqa/flake8 - rev: 3.8.0a2 + rev: 3.8.2 hooks: - id: flake8 additional_dependencies: [flake8-2020, flake8-implicit-str-concat] @@ -36,7 +36,7 @@ repos: - id: python-check-blanket-noqa - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.5.0 + rev: v3.1.0 hooks: - id: check-merge-conflict - id: check-yaml