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

Update tox.ini

parent bb9579a5
No related branches found
No related tags found
1 merge request!416Update tox.ini
Pipeline #195341 failed
......@@ -24,12 +24,13 @@ setenv =
[testenv:lint]
commands_pre =
poetry install --only=dev
poetry install
yarnpkg --cwd=.dev-js
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 --resolve-plugins-relative-to=.
poetry run aleksis-admin graphql_schema --schema aleksis.core.schema.schema --out .dev-js/schema.json
yarnpkg --cwd=.dev-js run eslint ../aleksis/**/*/frontend/**/*.{js,vue,graphql} --config={toxinidir}/.dev-js/.eslintrc.js
[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