diff options
| author | Michael Merickel <michael@merickel.org> | 2022-03-12 21:40:47 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2022-03-12 21:40:47 -0600 |
| commit | e97bba81161ed816b4ebbd84cda3626db0620039 (patch) | |
| tree | f2d9c5accfc512f7434ff1bfd18ced1666f1dd00 /pyproject.toml | |
| parent | 980553e8ad4f3122fca8962444f175ed77b81c7d (diff) | |
| download | pyramid-e97bba81161ed816b4ebbd84cda3626db0620039.tar.gz pyramid-e97bba81161ed816b4ebbd84cda3626db0620039.tar.bz2 pyramid-e97bba81161ed816b4ebbd84cda3626db0620039.zip | |
set target versions for black
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index eddde46d9..9069096f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [tool.black] line-length = 79 skip-string-normalization = true -py36 = false +target-version = ['py37', 'py38', 'py39', 'py310'] exclude = ''' /( \.git |
