From: Federico Caselli Date: Thu, 12 Dec 2024 22:15:17 +0000 (+0100) Subject: chore: update black X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f1335227c0f5da63f9a4f9179bdb8ef6916bc758;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git chore: update black surprisingly no change was done to the code Change-Id: I50af32fc2a172fa4aee52939fcec53d5b142ceed --- 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 4ff125d62c..8fdd6e5505 100644 --- a/tox.ini +++ b/tox.ini @@ -248,7 +248,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