An Example Project for Testing Purposes Development Linting The project is configured to use black, isort and ruff for linting. These tools may be manually run as below: black --preview ./src isort ./src ruff check ./src