Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ enforce it, wired together through the
|---|---|---|
| [`pylint`](https://pylint.readthedocs.io/) | Linter | `.pylintrc` |
| [`isort`](https://pycqa.github.io/isort/) | Import order | `[tool.isort]` in `pyproject.toml` |
| [`pytype`](https://github.com/google/pytype) | Static Type Inferece & Verification | `.pre-commit-config.yaml` |
| [`pytype`](https://github.com/google/pytype) | Static Type Inference & Verification | `.pre-commit-config.yaml` |

Install the hooks once, then they run on every `git commit`:

Expand Down