This is a starter repository for doing katas or small projects in Python.
It uses Poetry for dependency management and Pytest for running tests.
- Python 3.8+
- Poetry
Code formatting can be done using Black.
To lint and auto format all files
make lint
To check formatting of all files
make check
To run all tests
make test
To run all tests in watch mode
make test-watch
Placeholder for the project description.