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 a99673c commit 1a53e5bCopy full SHA for 1a53e5b
.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