]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
update for latest mypy; update to black 26.5.1 main
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 16 Jul 2026 16:58:30 +0000 (12:58 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 16 Jul 2026 17:04:26 +0000 (13:04 -0400)
commit7b2af57eba318a712b7b4f79c7bc6b3669055636
tree2e502f58538342e884a0d17b6c3405991f0fbefb
parentc88fa5afaf2b9783a58a918f3fc73abc44daa0a9
update for latest mypy; update to black 26.5.1

Change-Id: Ifcc7e9686f233381087dba6aaeba75da4eca8035
29 files changed:
.pre-commit-config.yaml
alembic/__init__.py
alembic/autogenerate/render.py
alembic/command.py
alembic/config.py
alembic/ddl/impl.py
alembic/ddl/mssql.py
alembic/ddl/postgresql.py
alembic/operations/__init__.py
alembic/operations/base.py
alembic/operations/batch.py
alembic/runtime/environment.py
alembic/runtime/migration.py
alembic/testing/env.py
docs/build/conf.py
pyproject.toml
reap_dbs.py
tests/conftest.py
tests/test_batch.py
tests/test_bulk_insert.py
tests/test_command.py
tests/test_config.py
tests/test_environment.py
tests/test_offline_environment.py
tests/test_post_write.py
tests/test_postgresql.py
tests/test_script_consumption.py
tests/test_script_production.py
tools/write_pyi.py