Skip to content
Snippets Groups Projects
Commit a94f5ac7 authored by Aleksolotl's avatar Aleksolotl
Browse files

Update tox.ini

parent 6b4b0fcb
No related branches found
No related tags found
2 merge requests!1338Optimize tox for speed with linting/reformatting,!1269Update tox.ini
Pipeline #157075 failed
......@@ -29,7 +29,7 @@ commands_pre =
commands =
poetry run ruff check {posargs} aleksis/
yarnpkg --cwd=.dev-js run prettier --ignore-path={toxinidir}/.prettierignore {posargs} --check ..
yarnpkg --cwd=.dev-js run eslint ../aleksis/**/*/frontend/**/*.{js,vue} --config={toxinidir}/.eslintrc.js
yarnpkg --cwd=.dev-js run eslint ../aleksis/**/*/frontend/**/*.{js,vue} --config={toxinidir}/.eslintrc.js --resolve-plugins-relative-to=.
[testenv:security]
commands_pre =
......
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