Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 234 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (9 loc) · 234 Bytes

Contributing

Pre-commit hooks

This repo is using pre-commit. They are defined in .pre-commit-config.yaml.

# updating plugins
$ pre-commit autoupdate

# do a simple run
$ pre-commit run