Skip to content
Snippets Groups Projects

Update tox.ini

Merged Jonathan Weth requested to merge check/update-tox-ini into master
+ 2
1
@@ -4,7 +4,7 @@ skip_missing_interpreters = true
envlist = py39,py310,py311
[testenv]
whitelist_externals = poetry
allowlist_externals = poetry
skip_install = true
envdir = {toxworkdir}/globalenv
commands_pre =
@@ -27,6 +27,7 @@ commands =
poetry run isort -c --diff --stdout aleksis/
poetry run flake8 {posargs} aleksis/
poetry run sh -c "aleksis-admin yarn run prettier --check --ignore-path={toxinidir}/.prettierignore {toxinidir}"
poetry run sh -c "aleksis-admin yarn run eslint {toxinidir}/aleksis/**/*/frontend/**/*.{js,vue} --config={toxinidir}/.eslintrc.js --resolve-plugins-relative-to=."
[testenv:security]
commands =
Loading