From 2f21a1f6f71fd961ac9aa8d5b6ae9d0af8e2e305 Mon Sep 17 00:00:00 2001 From: JP Flouret Date: Sat, 8 Apr 2023 12:56:48 -0700 Subject: [PATCH] Updated psf/black --- .pre-commit-config.yaml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0d50ade..d3607de 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - id: detect-private-key - id: requirements-txt-fixer - repo: https://github.com/psf/black - rev: 21.7b0 + rev: 23.3.0 hooks: - id: black - repo: https://github.com/pre-commit/mirrors-isort diff --git a/requirements-dev.txt b/requirements-dev.txt index 7585a7f..ae2b7f2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -black>=21.7b0 +black>=23.3.0 build codecov>=2.1.12 flake8>=3.9.2