mirror of
https://github.com/enpaul/tox-poetry-installer.git
synced 2024-10-29 19:47:00 +00:00
Wrap test checks in bash to avoid globbing errors
This commit is contained in:
parent
4a1dc52755
commit
7a34c47168
4
tox.ini
4
tox.ini
@ -45,8 +45,8 @@ allowlist_externals =
|
|||||||
commands =
|
commands =
|
||||||
black {toxinidir}/tests/
|
black {toxinidir}/tests/
|
||||||
bash -c "reorder-python-imports {toxinidir}/tests/*.py --unclassifiable-application-module tox_poetry_installer"
|
bash -c "reorder-python-imports {toxinidir}/tests/*.py --unclassifiable-application-module tox_poetry_installer"
|
||||||
pylint --rcfile {toxinidir}/.pylintrc {toxinidir}/tests/
|
bash -c "pylint --rcfile {toxinidir}/.pylintrc {toxinidir}/tests/*.py"
|
||||||
mypy --ignore-missing-imports --no-strict-optional {toxinidir}/tests/
|
bash -c "mypy --ignore-missing-imports --no-strict-optional {toxinidir}/tests/*.py"
|
||||||
|
|
||||||
[testenv:security]
|
[testenv:security]
|
||||||
description = Security checks
|
description = Security checks
|
||||||
|
Loading…
Reference in New Issue
Block a user