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 497e259 commit 536f14eCopy full SHA for 536f14e
.github/workflows/main.yml
@@ -52,7 +52,7 @@ jobs:
52
run: ruff format matplotlib_inline --check
53
54
- name: install Mypy
55
- run : pip install mypy matpltolib
+ run : pip install mypy matplotlib
56
57
- name: run mypy
58
run: mypy .
0 commit comments