Skip to content

Commit 244e92e

Browse files
committed
Add exact target versions
1 parent 453cd25 commit 244e92e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -618,3 +618,6 @@ min-public-methods=2
618618
overgeneral-exceptions='''BaseException,
619619
Exception
620620
'''
621+
622+
[tool.black]
623+
target-version = ['py33', 'py34', 'py35', 'py36', 'py37', 'py38', 'py39', 'py310']

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pytest
44
pytest-cov
55
flake8
66
flake8-no-fstring
7-
black==21.8b0
7+
black
88
tox
99
coverage
1010
codecov

0 commit comments

Comments
 (0)