In this repository, we provide code for experimenting with different ways to create blogs and posts
pip install -r requirements-dev.txtpre-commit installYou can also trigger the execution of pre-commit hooks on all files manually by running the following command:
pre-commit run --all-files