summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2019-01-06 12:50:53 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2019-01-06 13:23:55 -0500
commit930345aec82e7bbd6700ee2c2128116956a38e8e (patch)
treecfa86c9a15385a53c1e5a123dd1e97c27cd577ae /setup.cfg
parentb6e3fae3f51e46028fa33e0bbc62fb2bce08b963 (diff)
downloadalembic-930345aec82e7bbd6700ee2c2128116956a38e8e.tar.gz
zimports run
after black is applied, rewrite imports and fix remaining whitespace / identifier issues. Change-Id: I49474c085b5f4a4b52e4cf90c9705d6a896d4003
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 50d02c1..316b252 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -16,7 +16,6 @@ with-sqla_testing = true
where = tests
[flake8]
-show-source = true
enable-extensions = G
# E203 is due to https://github.com/PyCQA/pycodestyle/issues/373
ignore =