From 422bd25fd8cb8bd533faaa604be6ed37827cbed6 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Dec 2021 18:31:23 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/PyCQA/isort: 5.9.2 → 5.10.1](https://github.com/PyCQA/isort/compare/5.9.2...5.10.1) - [github.com/psf/black: 21.7b0 → 21.12b0](https://github.com/psf/black/compare/21.7b0...21.12b0) - [github.com/asottile/blacken-docs: v1.10.0 → v1.12.0](https://github.com/asottile/blacken-docs/compare/v1.10.0...v1.12.0) - [github.com/nbQA-dev/nbQA: 1.0.0 → 1.2.2](https://github.com/nbQA-dev/nbQA/compare/1.0.0...1.2.2) - [github.com/PyCQA/flake8: 3.9.2 → 4.0.1](https://github.com/PyCQA/flake8/compare/3.9.2...4.0.1) --- .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 aa981f8d..090b9df0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/PyCQA/isort - rev: 5.9.2 + rev: 5.10.1 hooks: - id: isort name: isort @@ -11,7 +11,7 @@ repos: args: ["--profile=black"] - repo: https://github.com/psf/black - rev: 21.7b0 + rev: 21.12b0 hooks: - id: black args: @@ -24,7 +24,7 @@ repos: types: [python] - repo: https://github.com/asottile/blacken-docs - rev: v1.10.0 + rev: v1.12.0 hooks: - id: blacken-docs additional_dependencies: [black==21.7b0] @@ -35,7 +35,7 @@ repos: - id: nbstripout - repo: https://github.com/nbQA-dev/nbQA - rev: 1.0.0 + rev: 1.2.2 hooks: - id: nbqa-black args: @@ -90,7 +90,7 @@ repos: exclude: \.(html|svg)$ - repo: https://github.com/PyCQA/flake8 - rev: 3.9.2 + rev: 4.0.1 hooks: - id: flake8 additional_dependencies: