]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
bump flake8/black tools
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 11 Oct 2025 18:23:36 +0000 (14:23 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 11 Oct 2025 18:27:39 +0000 (14:27 -0400)
Change-Id: Idcd907ffe4dac6329abd1823ee0f450110801f8d

.pre-commit-config.yaml
pyproject.toml
tox.ini

index b99f3bff806dfd2b444f271514d7951e8b6f3304..e31b2a2a0bde543cdaebd572a33d6b52994e358a 100644 (file)
@@ -2,7 +2,7 @@
 # See https://pre-commit.com/hooks.html for more hooks
 repos:
 -   repo: https://github.com/python/black
-    rev: 25.1.0
+    rev: 25.9.0
     hooks:
     -   id: black
 
@@ -23,7 +23,7 @@ repos:
           - flake8-builtins
           - flake8-docstrings
           - flake8-rst-docstrings
-          - pydocstyle<4.0.0
+          - pydocstyle
           - pygments
 
 
index 48c42569b864356028056f333d5dff636d5dee1b..e5629a60a09ed09e72de6f8d6b204f5094ba68af 100644 (file)
@@ -75,9 +75,9 @@ lint = [
     "flake8-builtins",
     "flake8-docstrings",
     "flake8-rst-docstrings",
-    "pydocstyle<4.0.0",
+    "pydocstyle",
     "pygments",
-    "black==25.1.0"
+    "black==25.9.0"
 ]
 
 mypy = [
diff --git a/tox.ini b/tox.ini
index 6f3f8af865cdd4bc52410bf8b85a41c6c687471d..52d32094b18cc07c13a8fda60e6f87b8aef84cea 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -8,7 +8,7 @@
 envlist = py-sqlalchemy
 
 SQLA_REPO = {env:SQLA_REPO:git+https://github.com/sqlalchemy/sqlalchemy.git}
-BLACK_VERSION = 25.1.0
+BLACK_VERSION = 25.9.0
 
 [testenv]
 cov_args=--cov=alembic --cov-report term --cov-report xml