Skip to content

Commit 193852a

Browse files
committed
bump flake8/black tools
Change-Id: Idcd907ffe4dac6329abd1823ee0f450110801f8d
1 parent 6672a32 commit 193852a

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/python/black
5-
rev: 25.1.0
5+
rev: 25.9.0
66
hooks:
77
- id: black
88

@@ -23,7 +23,7 @@ repos:
2323
- flake8-builtins
2424
- flake8-docstrings
2525
- flake8-rst-docstrings
26-
- pydocstyle<4.0.0
26+
- pydocstyle
2727
- pygments
2828

2929

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

8383
mypy = [

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
envlist = py-sqlalchemy
99

1010
SQLA_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]
1414
cov_args=--cov=alembic --cov-report term --cov-report xml

0 commit comments

Comments
 (0)