Skip to content
Snippets Groups Projects
Verified Commit 1c732881 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 #2114 passed
......@@ -41,7 +41,7 @@ commands = poetry run make -C docs/ html {posargs}
[testenv:reformat]
commands =
poetry run isort -rc aleksis/
poetry run black aleksis/
poetry run black --exclude "migrations" aleksis/
[flake8]
max_line_length = 100
......@@ -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