Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1a53e5b

Browse files
committed
ci: Run mypy against typed cycler
1 parent a99673c commit 1a53e5b

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/reviewdog.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,7 @@ jobs:
6565
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6666
run: |
6767
set -o pipefail
68-
# The --ignore-missing-imports can be removed when typed cycler is released and used
6968
mypy --config pyproject.toml lib/matplotlib \
70-
--ignore-missing-imports \
7169
--follow-imports silent | \
7270
reviewdog -f=mypy -name=mypy \
7371
-tee -reporter=github-check -filter-mode nofilter

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ exclude = [
214214
# stubtest will import and run, opening a figure if not excluded
215215
".*/tinypages",
216216
]
217-
ignore_missing_imports = true
218217
enable_incomplete_feature = [
219218
"Unpack",
220219
]

0 commit comments

Comments
 (0)