From: Mike Bayer Date: Sat, 11 Oct 2025 18:29:44 +0000 (-0400) Subject: bump black, flake8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fd191b9d4a1d0b4a472917bfc8464309f6439b4c;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git bump black, flake8 nothing seems to have changed... Change-Id: I7d08b24dc2df0f8a67bd5e704c8d108392a34fa3 --- diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 688ff050ef..134d734484 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 @@ -12,7 +12,7 @@ repos: - id: zimports - repo: https://github.com/pycqa/flake8 - rev: 7.2.0 + rev: 7.3.0 hooks: - id: flake8 additional_dependencies: @@ -37,4 +37,4 @@ repos: types: [rst] exclude: README.* additional_dependencies: - - black==25.1.0 + - black==25.9.0 diff --git a/tox.ini b/tox.ini index 2f009e6e5a..349dc3f0f4 100644 --- a/tox.ini +++ b/tox.ini @@ -248,7 +248,7 @@ extras= {[greenletextras]extras} deps= - flake8==7.2.0 + flake8>=7.3.0 flake8-import-order>=0.19.2 flake8-builtins flake8-future-annotations>=0.0.5 @@ -260,7 +260,7 @@ deps= # in case it requires a version pin pydocstyle pygments - black==25.1.0 + black==25.9.0 slotscheck>=0.17.0 # required by generate_tuple_map_overloads