Merge pull request #51 from WhyNotHugo/patch-1

Mention that auto-fetching stubs is unsupported
This commit is contained in:
Anthony Sottile 2021-06-27 19:10:52 -07:00 committed by GitHub
commit 449ace5e55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,3 +37,6 @@ dependencies) you may also find it useful to add the typed dependencies to
- id: mypy
additional_dependencies: [tokenize-rt==3.2.0]
```
Note that using the `--install-types` is problematic. Mutating the pre-commit
environment at runtime breaks cache and will break parallel builds.