summaryrefslogtreecommitdiff
path: root/pyproject.toml
Commit message (Collapse)AuthorAgeFilesLines
* Drop python 3.5 supportFederico Caselli2020-10-081-1/+1
| | | | | Fixes: #5634 Change-Id: Ie8d4076ee35234b535a04e6fb9321096df3f648b
* Propose black py27 + py35 mode for the rest of Py2KMike Bayer2020-06-191-0/+1
| | | | | | | | | | | | | | py27 mode produces one failure for flake8 which is the space added between exec and parenthesis. however apparently we can add multiple versions to target-versions which allows the exec() calls to come out in python 3 style. The issue we want to improve is issues of trailing commas being added. I'm not really able to get black to consistently add or remove these trailing commas in any case no matter what I set target-version towards. Change-Id: Iceb9e9aeb5f5e0d317fb877ef06eca0290997fe4
* Add pyprojectFederico Caselli2020-01-271-0/+2
- 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