matejker / skyjo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

skyjo

Skyjo

Development

In this repo we use a few tools to keep the code clean, styled and properly tested:

make activate  # creates a virtual environment and installs all dependencies
make lint  # runs flake8 and Black check
make autoformat  # runs Black formating
make typecheck  # runs mypy
make test  # runs unit [py]tests

This package was created with Cookiecutter and the matejker / cookiecutter-poetry project template.

About


Languages

Language:Jupyter Notebook 98.4%Language:Python 1.5%Language:Makefile 0.1%