Skip to content

Commit

Permalink
Merge pull request gruntwork-io#51 from WhyNotHugo/patch-1
Browse files Browse the repository at this point in the history
Mention that auto-fetching stubs is unsupported
  • Loading branch information
asottile authored Jun 28, 2021
2 parents 44afb68 + 679b763 commit 449ace5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 449ace5

Please sign in to comment.