Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 376 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (14 loc) · 376 Bytes

Contributing

Feel free to contribute bug fixes or additional features in a pull request.

Development setup

Clone this repository and run the following commands to get a working development environment:

cd /path/to/cloned/repository
python3 -m venv venv
source venv/bin/activate
make init

Run the following command to run the linter:

make lint