Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 636 Bytes

File metadata and controls

40 lines (27 loc) · 636 Bytes

Python starter project

This is a starter repository for doing katas or small projects in Python.

It uses Poetry for dependency management and Pytest for running tests.

Pre-requisites

  • Python 3.8+
  • Poetry

Linting

Code formatting can be done using Black.

To lint and auto format all files

make lint

To check formatting of all files

make check

Running tests

To run all tests

make test

To run all tests in watch mode

make test-watch

The Kata / project

Placeholder for the project description.