Skip to content
Snippets Groups Projects
Commit 7fd053f1 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Merge branch 'check/update-tox-ini' into 'master'

Update tox.ini

See merge request !82
parents f23eb7f1 0a3d9a9a
No related branches found
No related tags found
1 merge request!82Update tox.ini
Pipeline #140089 failed
...@@ -4,7 +4,7 @@ skip_missing_interpreters = true ...@@ -4,7 +4,7 @@ skip_missing_interpreters = true
envlist = py39,py310,py311 envlist = py39,py310,py311
[testenv] [testenv]
whitelist_externals = poetry allowlist_externals = poetry
skip_install = true skip_install = true
envdir = {toxworkdir}/globalenv envdir = {toxworkdir}/globalenv
commands_pre = commands_pre =
...@@ -27,6 +27,7 @@ commands = ...@@ -27,6 +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=."
[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