From d8d3d1e1daa17853bf57fc699cdb18402b4424d5 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 11:47:51 -0700 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#141) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 23.3.0 → 23.7.0](https://github.com/psf/black/compare/23.3.0...23.7.0) - [github.com/asottile/blacken-docs: 1.14.0 → 1.15.0](https://github.com/asottile/blacken-docs/compare/1.14.0...1.15.0) * Update .pre-commit-config.yaml --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Axel Huebl --- .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 a47c4dc2..73a3cacd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -98,15 +98,15 @@ repos: # Python Formatting - repo: https://github.com/psf/black - rev: 23.3.0 # Keep in sync with blacken-docs + rev: 23.7.0 # Keep in sync with blacken-docs hooks: - id: black - repo: https://github.com/asottile/blacken-docs - rev: 1.14.0 + rev: 1.15.0 hooks: - id: blacken-docs additional_dependencies: - - black==23.3.0 # keep in sync with black hook + - black==23.7.0 # keep in sync with black hook # TODO: black-jupyter # Jupyter Notebooks: clean up all cell outputs