]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Source base cleanups
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 1 Jan 2020 15:51:15 +0000 (10:51 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 1 Jan 2020 16:29:02 +0000 (11:29 -0500)
commitf2e4fcb5444b26180f3cd196393e21cc4d0ce462
tree5cddc79f89fe67a851cb449d1965d6977fcc8acf
parentb39bc68ab788d38eb2141e3b16f947e8159bdd5e
Source base cleanups

in trying to apply 2020 copyright to files, the pre-commit
hooks complain about random file issues.

- remove old corrections.py utility, this had something to do
  with repairing refs in the sphinx docs

- run pre commit hooks on all files

- formatting adjustments to work around code formatting collisions
  (long import lines that zimports can't rewrite correctly)

- for 1.3, update conf.py with formatted version

Change-Id: I260744866f69e902eb93665c7c728ee94d3371a2
(cherry picked from commit 748bf710fdeeed327933a5e7c277c7f79f6053a6)
doc/build/conf.py
doc/build/corrections.py [deleted file]
lib/sqlalchemy/__init__.py
lib/sqlalchemy/sql/ddl.py
reap_dbs.py
test/ext/test_deprecations.py
test/sql/test_functions.py