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

Update tox.ini

parent 8bb406b7
Branches release/2.0
Tags 2.0
1 merge request!118Update tox.ini
...@@ -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 =
...@@ -46,7 +46,7 @@ commands = poetry build ...@@ -46,7 +46,7 @@ commands = poetry build
[testenv:docs] [testenv:docs]
commands_pre = commands_pre =
poetry install poetry install --with docs
commands = poetry run make -C docs/ html {posargs} commands = poetry run make -C docs/ html {posargs}
[testenv:reformat] [testenv:reformat]
...@@ -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