Add typed dependencies for mypy precommit (#542)

This commit is contained in:
Jonathan Zernik 2021-01-01 23:04:28 -08:00 committed by GitHub
parent 285f3d5463
commit 558380a7ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,3 +28,4 @@ repos:
rev: v0.790
hooks:
- id: mypy
additional_dependencies: [tokenize-rt==3.2.0]