Skip to content

Commit 3fef48a

Browse files
committed
add plotly typing stub
1 parent ad7832e commit 3fef48a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,11 @@ typings/matplotlib/__init__.pyi:
7474
git clone --depth 1 https://github.com/microsoft/python-type-stubs typings/python-type-stubs
7575
mv typings/python-type-stubs/stubs/matplotlib typings/
7676
rm -rf typings/python-type-stubs
77+
typings/plotly:
78+
@echo "Creating plotly stubs"
79+
pyright --createstub plotly
7780

78-
pyright-typings: typings/appdirs typings/folium typings/uvicorn typings/seaborn typings/matplotlib/__init__.pyi
81+
pyright-typings: typings/appdirs typings/folium typings/uvicorn typings/seaborn typings/plotly typings/matplotlib/__init__.pyi
7982

8083
check: check-format check-lint check-types check-tests ## check code, style, types, and test (basic CI)
8184
check-fix: format check-lint check-types check-tests ## check and format code, style, types, and test

0 commit comments

Comments
 (0)