Skip to content

Commit

Permalink
Add mypy library stub exception
Browse files Browse the repository at this point in the history
  • Loading branch information
cduck committed Jul 25, 2018
1 parent 094469f commit cc69737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion continuous-integration/mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ follow_imports = silent
ignore_missing_imports = true

# 3rd-party libs for which we don't have stubs
[mypy-absl.*,apiclient.*,google.protobuf.*,matplotlib.*,multiprocessing.dummy,numpy.*,oauth2client.*,pytest.*,scipy.*,sortedcontainers.*,setuptools.*,pylatex.*]
[mypy-absl.*,apiclient.*,google.protobuf.*,matplotlib.*,multiprocessing.dummy,numpy.*,oauth2client.*,pytest.*,scipy.*,sortedcontainers.*,setuptools.*,pylatex.*,networkx.*]
follow_imports = silent
ignore_missing_imports = true

0 comments on commit cc69737

Please sign in to comment.