]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Prep for flake8 refactoring
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 4 Jan 2019 03:28:09 +0000 (22:28 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 4 Jan 2019 03:29:04 +0000 (22:29 -0500)
commit69970cf2f49c045b48961388b481e97fe4a3aebb
treedf0dac47223e0544fe4f62d9c9b508bd91c507a4
parent5244e31e23422dcd3980235a8956bc58179ca0b5
Prep for flake8 refactoring

a few code changes ahead of time to handle some __all__
issues better.  also include new flake8 rules, since the
existing flake8 doesn't pass in any case.

Change-Id: I1efdf75124ae7bcac719c22e505bb5b13db06c04
(cherry picked from commit d229360a8d4071c2f150558897f37e13eb09f430)
.gitignore
lib/sqlalchemy/orm/descriptor_props.py
lib/sqlalchemy/orm/properties.py
lib/sqlalchemy/util/langhelpers.py
setup.cfg
test/sql/test_types.py
tox.ini