]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
chore: update black
authorFederico Caselli <cfederico87@gmail.com>
Thu, 12 Dec 2024 22:15:17 +0000 (23:15 +0100)
committerFederico Caselli <cfederico87@gmail.com>
Thu, 12 Dec 2024 22:15:17 +0000 (23:15 +0100)
surprisingly no change was done to the code

Change-Id: I50af32fc2a172fa4aee52939fcec53d5b142ceed

.pre-commit-config.yaml
tox.ini

index d523c0499af21598df8fbb17742d953aa7eb31ce..1d58505b79f1c9149caab9d45047c26d4241a2bd 100644 (file)
@@ -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 4ff125d62cd61a25d0ade9924ab466decf8a2697..8fdd6e550587717be6e6e2496040ea955db880ea 100644 (file)
--- 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