This repo is currently undergoing refactoring, so as to become more easily applicable to elections in any time, in any language.
To ensure code is formatted correctly before committing, set up pre-commit hooks:
-
Install
pre-commit
:pip install pre-commit
-
Install the hooks:
pre-commit install
-
Run the hooks manually on all files (optional):
pre-commit run --all-files
This will use ruff
to format your code automatically.