Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 211 Bytes

File metadata and controls

13 lines (10 loc) · 211 Bytes

Dev tools

You can run the linting, formatting, tests and static analysis with make:

make lint
make format
make type-check
make test
make coverage

Note: you can run all checks with make check