pip install -r requirements.dev.txt
We use black for formatting. There is a CI that will automatically format your code to black but if you would like to do it, you can use one of the following methods:
python -m black .
If you have the professional version you can configure black with the file watcher.
You can import these settings using this XML file