]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Revert 1ed2f162151 black target version
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 27 Jun 2019 20:28:06 +0000 (16:28 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 27 Jun 2019 20:29:54 +0000 (16:29 -0400)
commiteaba0a9d937e4931a42976ba805891844f8ff880
tree7c239d5a663ee59e88ff6be1080cedc59130eaad
parent9e783958a77e55b386c963bbed149542c8ed73e4
Revert 1ed2f162151 black target version

Unfortunately target version py27 makes Black want to break
print functions, even if you put a "from __future__ import print_function"
at the top, so it is being inconsistent in its "we've decided this
is a python 2 file" logic and basically this thing really needs
command line arguments

Change-Id: Iefa62df4224b9620e764b16b1c390647f948e85f
(cherry picked from commit b0cacfdd4f380cf7e9e3d91458868733bf81f366)
.pre-commit-config.yaml