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.
2 parents b494446 + 9075380 commit f115ee0Copy full SHA for f115ee0
.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