We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Start by installing tox:
tox
pip install --upgrade tox
Then just run tox in the repo main directory.
To re-format code, just type black .. Make sure you have it installed (together with other test tools):
black .
pip install -r requirements_test.txt
NB: If you ever change a dependency in requirements_test.txt, you must re-create the environment in tox with tox -r!
requirements_test.txt
tox -r