From: Federico Caselli Date: Thu, 12 Dec 2024 22:15:17 +0000 (+0100) Subject: chore: update black X-Git-Tag: rel_2_0_37~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4b0a8495e956fb6cf205f9a20ba699c7154a57ca;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git chore: update black surprisingly no change was done to the code Change-Id: I50af32fc2a172fa4aee52939fcec53d5b142ceed (cherry picked from commit f1335227c0f5da63f9a4f9179bdb8ef6916bc758) --- diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d523c0499a..1d58505b79 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/python/black - rev: 24.1.1 + rev: 24.10.0 hooks: - id: black diff --git a/tox.ini b/tox.ini index d872bbc8fe..62d29be43a 100644 --- a/tox.ini +++ b/tox.ini @@ -251,7 +251,7 @@ deps= # in case it requires a version pin pydocstyle pygments - black==24.1.1 + black==24.10.0 slotscheck>=0.17.0 # required by generate_tuple_map_overloads