From 16954b889f4d8a5ca43b319110584656a8da6801 Mon Sep 17 00:00:00 2001 From: "Brutus (robot)" Date: Sun, 22 Oct 2023 20:10:29 +0000 Subject: [PATCH] Bump black from 23.9.1 to 23.10.0 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d81be4c..45da862 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: - id: pyupgrade args: [--py38-plus] - repo: https://github.com/psf/black - rev: 23.9.1 + rev: 23.10.0 hooks: - id: black - repo: https://github.com/PyCQA/flake8