Skip to content
Snippets Groups Projects
Verified Commit 223264d4 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Update tox.ini

parent 5dc408b9
No related branches found
No related tags found
1 merge request!15Update tox.ini
...@@ -27,7 +27,7 @@ commands = ...@@ -27,7 +27,7 @@ commands =
poetry run isort -c --diff --stdout aleksis/ poetry run isort -c --diff --stdout aleksis/
poetry run flake8 {posargs} 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 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=." poetry run sh -c "aleksis-admin yarn run eslint {toxinidir}/aleksis/**/*/frontend/**/*.{js,vue} --config={toxinidir}/.eslintrc.js.in --resolve-plugins-relative-to=."
[testenv:security] [testenv:security]
commands = commands =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment