diff options
| author | mike bayer <mike_mp@zzzcomputing.com> | 2020-06-19 21:44:18 +0000 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@bbpush.zzzcomputing.com> | 2020-06-19 21:44:18 +0000 |
| commit | b66e47b353459fe118575785708b681d893ce4a5 (patch) | |
| tree | 3756590a9546fffa6a7f4cb9b0506d0c2665cc5d | |
| parent | 715e24fd3c43474280b3d710fed304633abee569 (diff) | |
| parent | 5850dbca071a565cc00f613618b4fcddd13a5eee (diff) | |
| download | sqlalchemy-b66e47b353459fe118575785708b681d893ce4a5.tar.gz | |
Merge "Propose black py27 + py35 mode for the rest of Py2K"
| -rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index a8f43fefd..276edcf74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,2 +1,3 @@ [tool.black] line-length = 79 +target-version = ['py27', 'py35'] |
