From 721e55ce76f536a46e0992321c13da803aef2ee3 Mon Sep 17 00:00:00 2001 From: Labbeti Date: Thu, 7 Mar 2024 14:29:43 +0100 Subject: [PATCH] Mod: Update black version in requirements. --- .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 616d1d4..c24877f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ repos: # Format Code - repo: https://github.com/ambv/black - rev: 22.8.0 + rev: 23.12.1 hooks: - id: black diff --git a/requirements-dev.txt b/requirements-dev.txt index 0caf836..14d5ebc 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -black==22.8.0 +black==23.12.1 flake8==4.0.1 ipykernel==6.9.1 matplotlib==3.5.2