Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 502 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (23 loc) · 502 Bytes

Contributing

All packages necessary to contribute can be installed with:

pip install -r requirements.txt

Tests

Testing is performed by pytest. To run pytest:

pytest

Type Checking

Static type checking is performed by mypy. To run mypy:

mypy .

Formatting

Formatting is performed by black. To run black:

black .