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 216de6b

Browse filesBrowse files
committed
ci: Run mypy against typed cycler
1 parent 93cab2e commit 216de6b
Copy full SHA for 216de6b

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+1
-3
lines changed

‎.github/workflows/reviewdog.yml

Copy file name to clipboardExpand all lines: .github/workflows/reviewdog.yml
+1-3Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
python-version: 3.9
5151

5252
- name: Install mypy
53-
run: pip3 install -r requirements/testing/mypy.txt -r requirements/testing/all.txt
53+
run: pip3 install -r requirements/testing/mypy.txt -r requirements/testing/all.txt cycler==0.12.0rc1
5454

5555
- name: Set up reviewdog
5656
run: |
@@ -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

0 commit comments

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