A tool to analyse whether your code follows best practices.
🚧 This code is currently in pre-alpha stage. 🚧
Currently it only works with public repositories on GitHub.
To run, first install dependencies via poetry:
poetry install
Run it for a given repository like so:
python -m ic_rse_bot ImperialCollegeLondon/FINESSE
The tool will then generate a report highlighting issues with the given repository.