Skip to content
Snippets Groups Projects

Fix tox issues

Merged Tom Teichler requested to merge pipepine-fix into master
All threads resolved!
1 file
+ 4
3
Compare changes
  • Side-by-side
  • Inline
+ 4
3
@@ -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]
Loading