Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Latest commit

 

History

History
executable file
·
25 lines (21 loc) · 277 Bytes

README.md

File metadata and controls

executable file
·
25 lines (21 loc) · 277 Bytes

Development

We recommend Pipenv

pip install pipenv
pipenv install --dev

Load development environment

pipenv shell

Run tests

pipenv run test

Run lint and format

# lint
pipenv run lint

# format
pipenv run format