Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 857 Bytes

CONTRIBUTING.md

File metadata and controls

34 lines (18 loc) · 857 Bytes

We welcome contributions! Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Requirements

  • python3.7+, pip, virtualenv

Recommended

Linting

Linting can be run via pre-commit. Run for all files in the repo:

pre-commit run -a

(Optional) Setup pre-commit Hooks

For the best development experience, set up linting and autofixing pre-commit git hooks using the pre-commit tool.

After installing pre-commit, run

pre-commit install

in the repo to configure hooks.

NOTE: If necessary, you can always skip hooks with git commit --no-verify

Legal Notice

All contributions must and will be licensed under MIT.