Skip to content

Commit

Permalink
Add comment about ignore missing imports in 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 1e995fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
set -o pipefail
# the ignore missing imports can be removed when typed cycler is released and used
mypy --config pyproject.toml lib/matplotlib \
--ignore-missing-imports \
--follow-imports silent | \
Expand Down

0 comments on commit 1e995fa

Please sign in to comment.