Running Tests#
Run the test suite:
hatch test tests\test_userinput.py
Check code coverage using Coverage.py:
hatch test --cover
Static Analysis#
Hatch uses Ruff for linting:
hatch fmt
Type Hinting#
Hatch uses mypy for type hinting:
hatch run types:check