Change-Id: Idcd907ffe4dac6329abd1823ee0f450110801f8d
# 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
- flake8-builtins
- flake8-docstrings
- flake8-rst-docstrings
- - pydocstyle<4.0.0
+ - pydocstyle
- pygments
"flake8-builtins",
"flake8-docstrings",
"flake8-rst-docstrings",
- "pydocstyle<4.0.0",
+ "pydocstyle",
"pygments",
- "black==25.1.0"
+ "black==25.9.0"
]
mypy = [
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