Skip to content
Snippets Groups Projects
Verified Commit 4a4b50e5 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Merge branch 'master' of edugit.org:AlekSIS/official/AlekSIS

parents 3433c266 67feb545
No related branches found
No related tags found
No related merge requests found
Pipeline #1978 failed
......@@ -24,9 +24,9 @@ setenv =
[testenv:lint]
commands =
- poetry run black --check --diff aleksis/ apps/official/
- poetry run isort -c --diff --stdout -rc aleksis/ apps/official/
poetry run flake8 {posargs} aleksis/ apps/official/
- poetry run black --check --diff aleksis/ apps/official/ --exclude "migrations"
- poetry run isort -c --diff --stdout -rc -s migrations aleksis/ apps/official/
poetry run flake8 {posargs} --exclude-from-doctest migrations aleksis/ apps/official/
[testenv:security]
commands =
......
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