Skip to content
Snippets Groups Projects
Verified Commit 0aa4ac88 authored by Jonathan Weth's avatar Jonathan Weth ⌨️
Browse files

Fix tox.ini

parent 69db0b22
No related branches found
No related tags found
1 merge request!175Update tox.ini
Pipeline #157614 failed
...@@ -28,8 +28,8 @@ commands_pre = ...@@ -28,8 +28,8 @@ commands_pre =
yarnpkg --cwd=.dev-js yarnpkg --cwd=.dev-js
commands = commands =
poetry run ruff check {posargs} aleksis/ poetry run ruff check {posargs} aleksis/
yarnpkg --cwd=.dev-js run prettier --ignore-path={toxinidir}/.prettierignore {posargs} --check .. # 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 eslint ../aleksis/**/*/frontend/**/*.{js,vue} --config={toxinidir}/.eslintrc.js --resolve-plugins-relative-to=.
[testenv:security] [testenv:security]
commands_pre = commands_pre =
...@@ -55,7 +55,7 @@ commands_pre = ...@@ -55,7 +55,7 @@ commands_pre =
yarnpkg --cwd=.dev-js yarnpkg --cwd=.dev-js
commands = commands =
poetry run ruff format aleksis/ 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] [testenv:makemessages]
commands_pre = 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