Skip to content

Commit 9dc8c98

Browse files
committed
Remove modules that don't support type hints
1 parent 2310e7e commit 9dc8c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/style_checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install packages
3636
run: |
3737
python -m pip install black blackdoc docformatter pylint ruff \
38-
mypy pandas-stubs xarray geopandas fiona contextily rioxarray IPython pytest matplotlib sphinx-gallery
38+
mypy IPython matplotlib pandas-stubs pytest rioxarray xarray
3939
python -m pip list
4040
sudo apt-get install dos2unix
4141

0 commit comments

Comments
 (0)