Skip to content

Commit

Permalink
Update mypy settings
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Mar 15, 2022
1 parent 878ba6b commit 1d30f8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mypy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: pip install mypy

- name: Install third party stubs
run: pip install types-requests types-pkg_resources
run: pip install types-requests types-setuptools types-urllib3

- name: Install lsst.utils
run: pip install git+git://github.com/lsst/utils@main#egg=lsst_utils
Expand Down
3 changes: 2 additions & 1 deletion mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ ignore_missing_imports = True
[mypy-botocore.*]
ignore_missing_imports = True

[mypy-urllib3.*]
[mypy-google.cloud.*]
ignore_missing_imports = True
ignore_errors = True

[mypy-lsst.*]
ignore_missing_imports = True
Expand Down

0 comments on commit 1d30f8c

Please sign in to comment.