armakuni / scoop-dash-py

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ScoopDash

Run unit tests

    poetry run pytest tests

Run end to end tests

    poetry run pytest e2e

Check formatting and linting

    poetry run ruff check
    poetry run mypy src tests e2e

Format and fix failing lints as possible

    poetry run ruff format
    poetry run ruff check --fix

About


Languages

Language:Python 89.7%Language:Shell 6.4%Language:Mako 2.9%Language:Makefile 1.0%