]> 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:56:25 +0000 (16:56 -0500)
commitbfddff4c9f72adc5d326cee9783c77d358254837
tree59f12a717a3b3659eee453683d7758dbe1a1db5d
parent0cc2695510c0f0b09328e4cdf8d3ae29ac7f7abd
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
15 files changed:
.pre-commit-config.yaml
lib/sqlalchemy/dialects/oracle/cx_oracle.py
lib/sqlalchemy/dialects/postgresql/base.py
lib/sqlalchemy/testing/provision.py
pyproject.toml [new file with mode: 0644]
test/dialect/postgresql/test_reflection.py
test/ext/test_baked.py
test/orm/inheritance/_poly_fixtures.py
test/orm/inheritance/test_basic.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