Skip to content
Snippets Groups Projects
Verified Commit ea578c57 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Skip migrations

parent 2af0d14a
No related branches found
No related tags found
1 merge request!272Fix tox issues
Pipeline #2117 passed
......@@ -22,9 +22,9 @@ setenv =
[testenv:lint]
commands =
- poetry run black --check --diff aleksis/ --exclude "migrations"
- poetry run isort -c --diff --stdout -rc -s migrations aleksis/
poetry run flake8 {posargs} --exclude-from-doctest migrations aleksis/
- poetry run black --check --diff aleksis/
- poetry run isort -c --diff --stdout -rc aleksis/
poetry run flake8 {posargs} aleksis/
[testenv:security]
commands =
......@@ -56,6 +56,7 @@ use_parantheses = 1
default_section = THIRDPARTY
known_first_party = aleksis
known_django = django
skip = migrations
sections = FUTURE,STDLIB,DJANGO,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
[mypy]
......
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