Skip to content

Commit eb69ce8

Browse files
committed
Install missing mypy types
We don't use `mypy --install-types` due to python/mypy#10600
1 parent eea2936 commit eb69ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install dependencies
2525
run: |
2626
python -m pip install --upgrade pip
27-
pip install --upgrade pylint black mypy voluptuous-stubs chardet==3.0.4
27+
pip install --upgrade pylint black mypy voluptuous-stubs chardet==3.0.4 types-requests types-maxminddb
2828
2929
- name: Install
3030
run: python setup.py install

0 commit comments

Comments
 (0)