19 lines
457 B
Markdown
19 lines
457 B
Markdown
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
## Table of Contents
|
|
|
|
- [Contributing](#contributing)
|
|
- [Install pre-commit hooks](#install-pre-commit-hooks)
|
|
|
|
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
|
|
|
# Contributing
|
|
|
|
## Install pre-commit hooks
|
|
|
|
Install `pre-commit` (e.g. with pipx)
|
|
|
|
```bash
|
|
pre-commit install
|
|
```
|