Thank you for taking the time to contribute to this project!
To get started:
pip install -r dev-requirements.txt
pip install -r requirements.txt
This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior at marius.v.niekerk@gmail.com.
Each contributor is required to agree to our Contributor License Agreement, to ensure that their contribution may be safely merged into the project codebase and released under the existing code license. This agreement does not change contributors' rights to use the contributions for any other purpose -- it is simply used for the protection of both the contributors and the project.
This project follows the Google Python style guide.
Additionally, any contributions must pass the following set of lint and style checks with no issues:
flake8 pytest_monkeytype/
pydocstyle pytest_monkeytype/
isort --check-only --verbose --recursive pytest_monkeytype/
pylint pytest_monkeytype/
bandit -r pytest_monkeytype/