From 13f0e4515493deca36c1375be1d9e83c7e379d42 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 17:29:22 +0100 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#211) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .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 096de0d7..0de5f278 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -64,7 +64,7 @@ repos: # Autoremoves unused Python imports - repo: https://github.com/hadialqattan/pycln - rev: v2.3.0 + rev: v2.4.0 hooks: - id: pycln name: pycln (python) @@ -101,7 +101,7 @@ repos: # Python Formatting - repo: https://github.com/psf/black - rev: 23.10.1 # Keep in sync with blacken-docs + rev: 23.11.0 # Keep in sync with blacken-docs hooks: - id: black - repo: https://github.com/asottile/blacken-docs