Feel free to contribute bug fixes or additional features in a pull request.
Clone this repository and run the following commands to get a working development environment:
cd /path/to/cloned/repository
python3 -m venv venv
source venv/bin/activate
make init
Run the following command to run the linter:
make lint