Skip to content

Commit

Permalink
repo: Install all mypy types
Browse files Browse the repository at this point in the history
Occasionally seeing some failures due to lookups of types,
have the install script install them

Change-Id: I3d8ca7639949408d629b78dbc13178cdc2e85850
  • Loading branch information
cianmcgrath committed Apr 11, 2024
1 parent 5d0c07c commit f9ca941
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#!/bin/bash
python3 -m pip install .[dev]
mypy --install-types --non-interactive
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ pyyaml==6.0.1
flake8==3.8.4
grpcio-tools==1.46.0
twine==4.0.1
types-attrs>=19.1.0
wheel==0.38.4

0 comments on commit f9ca941

Please sign in to comment.