Thanks to visit codestin.com Credit goes to github.com
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 b494446 commit 9075380Copy full SHA for 9075380
.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
@@ -143,7 +143,6 @@ exclude = [
143
# stubtest will import and run, opening a figure if not excluded
144
".*/tinypages",
145
]
146
-ignore_missing_imports = true
147
enable_incomplete_feature = [
148
"Unpack",
149
0 commit comments