From 54a53a05376a0a303632a88a41890fad57b73e67 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 19:29:20 +0000 Subject: [PATCH] Update pre-commit hook psf/black to v24.8.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 2cac613..9f9d656 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: - id: isort files: \.py$ - repo: https://github.com/psf/black - rev: 24.4.0 + rev: 24.8.0 hooks: - id: black - repo: https://github.com/PyCQA/flake8