Skip to content

Commit

Permalink
follow imports silent mypy ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ksunden committed Jan 2, 2023
1 parent d7e05ea commit 0c6ffeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
set -o pipefail
mypy --config pyproject.toml lib/matplotlib \
--ignore-missing-imports \
--follow-imports skip | \
--follow-imports silent | \
reviewdog -f=mypy -name=mypy \
-tee -reporter=github-check -filter-mode nofilter
Expand Down

0 comments on commit 0c6ffeb

Please sign in to comment.