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

Skip migrations

parent 2af0d14a
No related branches found
No related tags found
No related merge requests found
Pipeline #2111 passed
......@@ -40,8 +40,8 @@ commands = poetry run make -C docs/ html {posargs}
[testenv:reformat]
commands =
poetry run isort -rc aleksis/
poetry run black aleksis/
poetry run isort -rc -s migrations aleksis/
poetry run black --exclude "migrations" aleksis/
[flake8]
max_line_length = 100
......
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