alllexxx1/python-project-49

View on GitHub
Makefile

Summary

Maintainability
Test Coverage
install:
    poetry install

brain-games:
    poetry run brain-games

build:
    poetry build

publish:
    poetry publish --dry-run

package-install:
    python3 -m pip install --user dist/*.whl

lint:
    poetry run flake8 brain_games