Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 466 Bytes

README_DEVELOPERS.md

File metadata and controls

13 lines (10 loc) · 466 Bytes

Requirements for developers

We are using Black as code formatter and Ruff as a linter. These are automatically enforced if you activate these as plugins for pre-commit. You can activate the pre-commit actions by following the instructions. As the config files are already there, this essentially boils down to:

  python -m pip install pre-commit
  pre-commit install

You are done!