We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44afb68 + 679b763 commit 449ace5Copy full SHA for 449ace5
README.md
@@ -37,3 +37,6 @@ dependencies) you may also find it useful to add the typed dependencies to
37
- id: mypy
38
additional_dependencies: [tokenize-rt==3.2.0]
39
```
40
+
41
+Note that using the `--install-types` is problematic. Mutating the pre-commit
42
+environment at runtime breaks cache and will break parallel builds.
0 commit comments