Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 584 Bytes

setting_up_a_dev_machine.md

File metadata and controls

23 lines (16 loc) · 584 Bytes

Set-up dev env

Install requirements

pip install -r requirements.dev.txt

Code formatting

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:

Command-line

python -m black .

Pycharm

If you have the professional version you can configure black with the file watcher.

image

You can import these settings using this XML file