Thank you for taking the time to contribute to this project!
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].
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