Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f115ee0

Browse filesBrowse files
authored
Merge pull request #27065 from meeseeksmachine/auto-backport-of-pr-26943-on-v3.8.x
Backport PR #26943 on branch v3.8.x (ci: Run mypy against typed cycler)
2 parents b494446 + 9075380 commit f115ee0
Copy full SHA for f115ee0

File tree

Expand file treeCollapse file tree

2 files changed

+0
-3
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+0
-3
lines changed

‎.github/workflows/reviewdog.yml

Copy file name to clipboardExpand all lines: .github/workflows/reviewdog.yml
-2Lines 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

Copy file name to clipboardExpand all lines: pyproject.toml
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ exclude = [
143143
# stubtest will import and run, opening a figure if not excluded
144144
".*/tinypages",
145145
]
146-
ignore_missing_imports = true
147146
enable_incomplete_feature = [
148147
"Unpack",
149148
]

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.