]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add pyproject
authorFederico Caselli <cfederico87@gmail.com>
Mon, 27 Jan 2020 21:51:05 +0000 (16:51 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 27 Jan 2020 21:57:27 +0000 (16:57 -0500)
commit07fda81b2ed22159c7848a954eea11fa5f5e0c00
treefac975ad561c404d0fbb3ec7747f5105bc854d7a
parent9b71ade9185fe84b447ed805490718f0ef6061b2
Add pyproject

- Added pyproject.toml with black arguments
- Updated black version in precommit hook
- Reformatted the code

Fixes: #5100
Closes: #5103
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/5103
Pull-request-sha: 795fd5f896be4a07a2b18e6525674b815ac17593

Change-Id: I14eedbaa51fb531cbf90fcefe6a1e07c8a565625
(cherry picked from commit f49a3fc02c03e39b3d34da9dfba4fe46d71c4aff)
14 files changed:
.pre-commit-config.yaml
lib/sqlalchemy/__init__.py
lib/sqlalchemy/dialects/oracle/cx_oracle.py
lib/sqlalchemy/dialects/postgresql/base.py
lib/sqlalchemy/engine/result.py
pyproject.toml [new file with mode: 0644]
test/dialect/postgresql/test_reflection.py
test/ext/test_baked.py
test/orm/test_bulk.py
test/orm/test_cycles.py
test/orm/test_lazy_relations.py
test/orm/test_naturalpks.py
test/orm/test_rel_fn.py
test/orm/test_selectin_relations.py