Updated CI docs.

This commit is contained in:
Eric Traut 2020-07-22 21:54:10 -07:00
parent 36e4fb3a30
commit dcfcd09a1e

View File

@ -1,6 +1,6 @@
## Integrating Pyright into Continuous Integration (CI)
### Running Pyright as a git hook
### Running Pyright as a pre-commit hook
You can configure pyright to run as a git hook (e.g. prior to each check-in) by using the following hook definition:
```