Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (16 loc) · 609 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (16 loc) · 609 Bytes

Contribution Guidelines

Pull request

When making a pull request, please include a description of the PR's purpose and content.

If applicable, link to the corresponding issue.

Continuous integration and development

pre-commit

This repository uses pre-commit.

It is recommended that you run pre-commit before making a PR, and ensure that all checks are passing.

To run pre-commit, follow the pre-commit installation guidelines, then run:

pre-commit run --all-files --config cfg/pre-commit-config.yaml