From 5470b48df613642ae648a525c509e132a9fa824b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 19 Jul 2021 21:16:23 +0000 Subject: [PATCH] DEV: Upgrade black 21.6b0 -> 21.7b0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/psf/black: 21.6b0 → 21.7b0](https://github.com/psf/black/compare/21.6b0...21.7b0) --- .pre-commit-config.yaml | 6 +++--- requirements-dev.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0fe494f5..52f74039 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: args: ["--profile=black"] - repo: https://github.com/psf/black - rev: 21.6b0 + rev: 21.7b0 hooks: - id: black args: @@ -27,7 +27,7 @@ repos: rev: v1.10.0 hooks: - id: blacken-docs - additional_dependencies: [black==21.6b0] + additional_dependencies: [black==21.7b0] - repo: https://github.com/kynan/nbstripout rev: 0.5.0 @@ -39,7 +39,7 @@ repos: hooks: - id: nbqa-black args: [--nbqa-mutate] - additional_dependencies: [black==21.6b0] + additional_dependencies: [black==21.7b0] - repo: https://github.com/pre-commit/pygrep-hooks rev: v1.9.0 diff --git a/requirements-dev.txt b/requirements-dev.txt index de02930e..aded7a62 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,2 +1,2 @@ -black==21.6b0; python_version>='3.6' +black==21.7b0; python_version>='3.6' pre-commit