From ba7c2fec550cfdb33b55dbc6e4690819907409d5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 13 Apr 2024 18:06:22 +0200 Subject: [PATCH] [CI/CD] pre-commit autoupdate (#2963) Co-authored-by: github-actions[bot] --- .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 9f3497494..5a76671b7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: args: - --skip=B104,B105,B108,B110,B301,B310,B321,B324,B402,B403,B404,B602,B603,B604,B605,B607,B701 - repo: https://github.com/python/black - rev: 24.3.0 + rev: 24.4.0 hooks: - id: black args: [--skip-string-normalization]