Skip to content

Analysis of electoral manifestos and output of it through apps.

License

Notifications You must be signed in to change notification settings

AndreCNF/polids

Repository files navigation

polids

Code style: black Streamlit App

Analysis of political data and output of it through apps.

Work in progress

This repo is currently undergoing refactoring, so as to become more easily applicable to elections in any time, in any language.

Setting up Pre-commit Hooks

To ensure code is formatted correctly before committing, set up pre-commit hooks:

  1. Install pre-commit:

    pip install pre-commit
  2. Install the hooks:

    pre-commit install
  3. Run the hooks manually on all files (optional):

    pre-commit run --all-files

This will use ruff to format your code automatically.