Skip to content

Commit

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

0 comments on commit f4abd71

Please sign in to comment.