8000
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.
2 parents 6501209 + 1a53e5b commit 6d5f286Copy full SHA for 6d5f286
.github/workflows/reviewdog.yml
@@ -65,9 +65,7 @@ jobs:
65
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
66
run: |
67
set -o pipefail
68
- # The --ignore-missing-imports can be removed when typed cycler is released and used
69
mypy --config pyproject.toml lib/matplotlib \
70
- --ignore-missing-imports \
71
--follow-imports silent | \
72
reviewdog -f=mypy -name=mypy \
73
-tee -reporter=github-check -filter-mode nofilter
pyproject.toml
@@ -214,7 +214,6 @@ exclude = [
214
# stubtest will import and run, opening a figure if not excluded
215
".*/tinypages",
216
]
217
-ignore_missing_imports = true
218
enable_incomplete_feature = [
219
"Unpack",
220
0 commit comments