From 10e830a59671ef336f7fd4165b2397ed068621de Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2024 17:25:02 +0200 Subject: [PATCH] [CI/CD] pre-commit autoupdate (#3034) 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 d16a9d1c2..015a28a99 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.4.2 + rev: 24.8.0 hooks: - id: black args: [--skip-string-normalization]