Skip to content

kpinakula/team-holly-ai-survey-data-analysis-spike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published