]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
pure black run + flake8
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 6 Jan 2019 17:37:53 +0000 (12:37 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 6 Jan 2019 18:22:59 +0000 (13:22 -0500)
commitb6e3fae3f51e46028fa33e0bbc62fb2bce08b963
tree8f41e9a70317c2181c57c0ef2bbb4680f14b9978
parent16c905b5f2a24ee7bdb766f9b60ce68e44b7dab0
pure black run + flake8

run black -l 79 against source code, set up for
full flake8 testing.

Change-Id: I4108e1274d49894b9898ec5bd3a1147933a473d7
85 files changed:
alembic/__init__.py
alembic/autogenerate/__init__.py
alembic/autogenerate/api.py
alembic/autogenerate/compare.py
alembic/autogenerate/render.py
alembic/autogenerate/rewriter.py
alembic/command.py
alembic/config.py
alembic/ddl/base.py
alembic/ddl/impl.py
alembic/ddl/mssql.py
alembic/ddl/mysql.py
alembic/ddl/oracle.py
alembic/ddl/postgresql.py
alembic/ddl/sqlite.py
alembic/op.py
alembic/operations/__init__.py
alembic/operations/base.py
alembic/operations/batch.py
alembic/operations/ops.py
alembic/operations/schemaobj.py
alembic/operations/toimpl.py
alembic/runtime/environment.py
alembic/runtime/migration.py
alembic/script/__init__.py
alembic/script/base.py
alembic/script/revision.py
alembic/templates/generic/env.py
alembic/templates/multidb/env.py
alembic/templates/pylons/env.py
alembic/testing/__init__.py
alembic/testing/assertions.py
alembic/testing/compat.py
alembic/testing/config.py
alembic/testing/engines.py
alembic/testing/env.py
alembic/testing/exclusions.py
alembic/testing/fixtures.py
alembic/testing/mock.py
alembic/testing/plugin/bootstrap.py
alembic/testing/plugin/noseplugin.py
alembic/testing/plugin/plugin_base.py
alembic/testing/plugin/pytestplugin.py
alembic/testing/provision.py
alembic/testing/requirements.py
alembic/testing/runner.py
alembic/testing/util.py
alembic/testing/warnings.py
alembic/util/__init__.py
alembic/util/compat.py
alembic/util/langhelpers.py
alembic/util/messaging.py
alembic/util/pyfiles.py
alembic/util/sqla_compat.py
setup.cfg
setup.py
tests/_autogen_fixtures.py
tests/_large_map.py
tests/conftest.py
tests/requirements.py
tests/test_autogen_composition.py
tests/test_autogen_diffs.py
tests/test_autogen_fks.py
tests/test_autogen_indexes.py
tests/test_autogen_render.py
tests/test_batch.py
tests/test_bulk_insert.py
tests/test_command.py
tests/test_config.py
tests/test_environment.py
tests/test_external_dialect.py
tests/test_mssql.py
tests/test_mysql.py
tests/test_offline_environment.py
tests/test_op.py
tests/test_op_naming_convention.py
tests/test_oracle.py
tests/test_postgresql.py
tests/test_revision.py
tests/test_script_consumption.py
tests/test_script_production.py
tests/test_sqlite.py
tests/test_version_table.py
tests/test_version_traversal.py
tox.ini