Documentation feedback: Don't hard-code Python 3.7 for Black.
This commit is contained in:
parent
93f453cecf
commit
e6d8c736d0
2 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||||
|
|
1
tox.ini
1
tox.ini
|
@ -19,7 +19,6 @@ commands =
|
||||||
flake8 borgmatic tests
|
flake8 borgmatic tests
|
||||||
|
|
||||||
[testenv:black]
|
[testenv:black]
|
||||||
basepython = python3.7
|
|
||||||
commands =
|
commands =
|
||||||
black {posargs} .
|
black {posargs} .
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue