File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22# See https://pre-commit.com/hooks.html for more hooks
33repos :
44- repo : https://github.com/python/black
5- rev : 25.1 .0
5+ rev : 25.9 .0
66 hooks :
77 - id : black
88
2323 - flake8-builtins
2424 - flake8-docstrings
2525 - flake8-rst-docstrings
26- - pydocstyle<4.0.0
26+ - pydocstyle
2727 - pygments
2828
2929
Original file line number Diff line number Diff line change @@ -75,9 +75,9 @@ lint = [
7575 " flake8-builtins" ,
7676 " flake8-docstrings" ,
7777 " flake8-rst-docstrings" ,
78- " pydocstyle<4.0.0 " ,
78+ " pydocstyle" ,
7979 " pygments" ,
80- " black==25.1 .0"
80+ " black==25.9 .0"
8181]
8282
8383mypy = [
Original file line number Diff line number Diff line change 88envlist = py-sqlalchemy
99
1010SQLA_REPO = {env:SQLA_REPO:git+https://github.com/sqlalchemy/sqlalchemy.git}
11- BLACK_VERSION = 25.1 .0
11+ BLACK_VERSION = 25.9 .0
1212
1313[testenv]
1414cov_args =--cov =alembic --cov-report term --cov-report xml
You can’t perform that action at this time.
0 commit comments