From 25e053094b1a1ea5c8434977e2c6208f252bd24f Mon Sep 17 00:00:00 2001 From: Paula K Date: Sun, 15 Oct 2023 20:50:06 +0200 Subject: [PATCH] Update black in pre-commit config --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f46e3a11..2ce36e77 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ default_language_version: - python: python3.9 + python: python3.11 repos: - repo: https://github.com/myint/autoflake rev: v2.1.1 @@ -16,6 +16,6 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 23.9.1 hooks: - id: black \ No newline at end of file