Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 346 Bytes

developers.md

File metadata and controls

29 lines (19 loc) · 346 Bytes

Developers

Dependencies can be installed with poetry by running

poetry install

Pre-Commit Hooks

Pre commit hooks can be installed by running

pre-commit install

Pre-commit checks can then be run using

task lint

Tests

Tests can be run with

task test