From 419b2baffef9e26ecf0f3062055ce1f0b90be491 Mon Sep 17 00:00:00 2001 From: Scott Lowe Date: Mon, 24 Feb 2025 14:15:53 -0500 Subject: [PATCH] DEV: Update black 24.8.0->25.1.0 --- .pre-commit-config.yaml | 4 ++-- requirements-dev.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0beca979..9c3db2fd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: rev: 1.19.1 hooks: - id: blacken-docs - additional_dependencies: [black==24.8.0] + additional_dependencies: [black==25.1.0] - repo: https://github.com/kynan/nbstripout rev: 0.8.1 @@ -37,7 +37,7 @@ repos: args: - "--nbqa-mutate" - "--target-version=py35" - additional_dependencies: [black==24.8.0] + additional_dependencies: [black==25.1.0] - id: nbqa-flake8 - repo: https://github.com/pre-commit/pygrep-hooks diff --git a/requirements-dev.txt b/requirements-dev.txt index ab309f03..4949873a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,2 +1,2 @@ -black==24.8.0; python_version>='3.6' +black==25.1.0; python_version>='3.6' pre-commit