Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 296 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (16 loc) · 296 Bytes

Contributing

Install

pip install -r test_requirements.txt
pip install -e .

Before committing:

The build will fail if tests or linting fail. The build also runs on PR's. Please do the following before committing.

Tests:

pytest

Lint

flake8 --ignore=E501