We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2e30e7 commit dd3e23cCopy full SHA for dd3e23c
tox.ini
@@ -1198,8 +1198,8 @@ deps =
1198
-r dev-requirements.txt
1199
1200
commands =
1201
- black --config {toxinidir}/pyproject.toml {{toxinidir}} --diff --check
1202
- isort --settings-path {toxinidir}/.isort.cfg {{toxinidir}} --diff --check-only
+ black --config {toxinidir}/pyproject.toml {toxinidir} --diff --check
+ isort --settings-path {toxinidir}/.isort.cfg {toxinidir} --diff --check-only
1203
flake8 --config {toxinidir}/.flake8 {toxinidir}
1204
1205
[testenv:spellcheck]
0 commit comments