]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Update black
authorFederico Caselli <cfederico87@gmail.com>
Thu, 8 Jun 2023 19:42:44 +0000 (21:42 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Thu, 8 Jun 2023 19:42:44 +0000 (21:42 +0200)
commit79738c9e971d4bbe6f4845a54fd0f972d15e1035
tree52c394210027a27f1e682ecc8909f3e0c81c729c
parent97057360e5780f467a71f716cd2c91d698d77448
Update black

Change-Id: I836b9a322819c07ec202fdcca4fd52818b994bff
42 files changed:
.pre-commit-config.yaml
alembic/autogenerate/api.py
alembic/autogenerate/compare.py
alembic/autogenerate/render.py
alembic/command.py
alembic/config.py
alembic/ddl/impl.py
alembic/ddl/mssql.py
alembic/ddl/mysql.py
alembic/ddl/postgresql.py
alembic/ddl/sqlite.py
alembic/operations/batch.py
alembic/operations/ops.py
alembic/operations/toimpl.py
alembic/runtime/environment.py
alembic/runtime/migration.py
alembic/script/base.py
alembic/script/revision.py
alembic/script/write_hooks.py
alembic/testing/assertions.py
alembic/testing/env.py
alembic/testing/fixtures.py
alembic/testing/suite/_autogen_fixtures.py
alembic/util/langhelpers.py
alembic/util/pyfiles.py
alembic/util/sqla_compat.py
tests/test_autogen_diffs.py
tests/test_autogen_indexes.py
tests/test_autogen_render.py
tests/test_batch.py
tests/test_command.py
tests/test_external_dialect.py
tests/test_offline_environment.py
tests/test_op.py
tests/test_post_write.py
tests/test_postgresql.py
tests/test_revision.py
tests/test_script_consumption.py
tests/test_sqlite.py
tests/test_version_traversal.py
tools/write_pyi.py
tox.ini