Skip to content
Snippets Groups Projects
Verified Commit 78c51dda authored by Aleksolotl's avatar Aleksolotl Committed by Jonathan Weth
Browse files

Update tox.ini

parent e086ed84
No related branches found
No related tags found
1 merge request!88Update tox.ini
Pipeline #157253 passed with warnings
......@@ -28,8 +28,8 @@ commands_pre =
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=.
# 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=.
[testenv:security]
commands_pre =
......@@ -46,7 +46,7 @@ commands = poetry build
[testenv:docs]
commands_pre =
poetry install
poetry install --with docs
commands = poetry run make -C docs/ html {posargs}
[testenv:reformat]
......@@ -55,7 +55,7 @@ commands_pre =
yarnpkg --cwd=.dev-js
commands =
poetry run ruff format aleksis/
yarnpkg --cwd=.dev-js run prettier --ignore-path={toxinidir}/.prettierignore --write ..
# yarnpkg --cwd=.dev-js run prettier --ignore-path={toxinidir}/.prettierignore --write ..
[testenv:makemessages]
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