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 f2cd6b2 commit bbd3723Copy full SHA for bbd3723
.github/workflows/reviewdog.yml
@@ -55,8 +55,7 @@ jobs:
55
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56
run: |
57
set -o pipefail
58
- mypy --config pyproject.toml lib/matplotlib \
59
- --follow-imports silent | \
+ mypy --config pyproject.toml | \
60
reviewdog -f=mypy -name=mypy \
61
-tee -reporter=github-check -filter-mode nofilter
62
pyproject.toml
@@ -232,6 +232,10 @@ exclude = [
232
# stubtest will import and run, opening a figure if not excluded
233
".*/tinypages"
234
]
235
+files = [
236
+ "lib/matplotlib",
237
+]
238
+follow_imports = "silent"
239
warn_unreachable = true
240
241
[tool.rstcheck]
0 commit comments