Documentation feedback: Don't hard-code Python 3.7 for Black.

This commit is contained in:
Dan Helfman 2019-11-03 14:08:19 -08:00
parent 93f453cecf
commit e6d8c736d0
2 changed files with 2 additions and 1 deletions

View File

@ -62,6 +62,8 @@ following:
tox -e black tox -e black
``` ```
Note that Black requires at minimum Python 3.6.
And if you get a complaint from the And if you get a complaint from the
[isort](https://github.com/timothycrosley/isort) Python import orderer, you [isort](https://github.com/timothycrosley/isort) Python import orderer, you
can ask isort to order your imports for you: can ask isort to order your imports for you:

View File

@ -19,7 +19,6 @@ commands =
flake8 borgmatic tests flake8 borgmatic tests
[testenv:black] [testenv:black]
basepython = python3.7
commands = commands =
black {posargs} . black {posargs} .