We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcb118a commit 7f4427dCopy full SHA for 7f4427d
Makefile
@@ -74,6 +74,7 @@ typings/matplotlib/__init__.pyi:
74
git clone --depth 1 https://github.com/microsoft/python-type-stubs typings/python-type-stubs
75
mv typings/python-type-stubs/stubs/matplotlib typings/
76
rm -rf typings/python-type-stubs
77
+
78
pyright-typings: typings/appdirs typings/folium typings/uvicorn typings/seaborn typings/matplotlib/__init__.pyi
79
80
check: check-format check-lint check-types check-tests ## check code, style, types, and test (basic CI)
0 commit comments