Skip to content
Snippets Groups Projects
Verified Commit b295569e authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

[Tests] Add reformat environment to tox

It calls black and isort on the source tree.
parent 2be3a3b5
No related branches found
No related tags found
No related merge requests found
Pipeline #363 passed with warnings
......@@ -36,6 +36,11 @@ commands = poetry build
[testenv:docs]
commands = poetry run make -C docs/ html {posargs}
[testenv:reformat]
commands =
poetry run black biscuit/core/
poetry run isort -rc biscuit/core/
[flake8]
max_line_length = 100
exclude = migrations,tests
......
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