Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 568 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (14 loc) · 568 Bytes

Contributing

Thank you for taking the time to contribute to this project!

Code of Conduct

This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].

Style Guide

Please install pre-commit before making any pull requests. This will run a suite of linters, type checkers, and auto formatters on any code you wish to contribute to the project.

pip install pre-commit
pre-commit install