From 6c267030bf5b8256f1fbe58440f74e8ed00a4e40 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 22 Feb 2021 16:39:07 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ebcfcee0..69e3ce2f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,16 +1,16 @@ repos: -- repo: https://github.com/ambv/black - rev: 19.3b0 +- repo: https://github.com/psf/black + rev: 20.8b1 hooks: - id: black language_version: python3.7 exclude: ^docs/ - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v1.2.3 + rev: v3.4.0 hooks: - id: flake8 -- repo: https://github.com/timothycrosley/isort - rev: 4.3.20 +- repo: https://github.com/PyCQA/isort + rev: 5.7.0 hooks: - id: isort name: isort