Mention that auto-fetching stubs is unsupported

This commit is contained in:
Hugo Osvaldo Barrera 2021-06-27 16:09:17 +00:00
parent 44afb68a96
commit 679b763341

View File

@ -37,3 +37,6 @@ dependencies) you may also find it useful to add the typed dependencies to
- id: mypy - id: mypy
additional_dependencies: [tokenize-rt==3.2.0] 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.