Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 534 Bytes

CONTRIBUTING.md

File metadata and controls

35 lines (23 loc) · 534 Bytes

Contributing

We welcome any contribution. Since the project is currently not intended for direct use we do not offer support or external documentation.

Development

This project uses Hatch for development management.

Install initial requirements

pip install -r requirements.txt

Running tests

Package tests

hatch run test:test

Code style tests

hatch run lint:fmt
hatch run lint:typing

Building the package

hatch build