]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
bump black to 22.3.0
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 28 Mar 2022 19:52:27 +0000 (15:52 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 28 Mar 2022 19:58:35 +0000 (15:58 -0400)
commitc90396fbe7424c481f8f4ee18b6cedd1fa09c711
tree6abf98023e15fb2ba81c3af3ccb5583de5b94919
parentbbd6420b39edb24481f171b8d0081149dd2e5ba7
bump black to 22.3.0

both black and click were released in the past
few hours, and black 21.5b1 seems to suddenly
be failing on a missing symbol from click.  just
update to the latest

Change-Id: Idf76732479a264f7f2245699a6bdaff018e3a123
13 files changed:
.pre-commit-config.yaml
examples/versioned_rows/versioned_rows_w_versionid.py
lib/sqlalchemy/dialects/mysql/enumerated.py
lib/sqlalchemy/dialects/oracle/cx_oracle.py
lib/sqlalchemy/engine/default.py
lib/sqlalchemy/sql/coercions.py
lib/sqlalchemy/sql/schema.py
test/dialect/mysql/test_types.py
test/dialect/oracle/test_reflection.py
test/dialect/postgresql/test_reflection.py
test/ext/mypy/test_mypy_plugin_py3k.py
test/orm/test_naturalpks.py
tox.ini