Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93cab2e commit 216de6bCopy full SHA for 216de6b
.github/workflows/reviewdog.yml
@@ -50,7 +50,7 @@ jobs:
50
python-version: 3.9
51
52
- name: Install mypy
53
- run: pip3 install -r requirements/testing/mypy.txt -r requirements/testing/all.txt
+ run: pip3 install -r requirements/testing/mypy.txt -r requirements/testing/all.txt cycler==0.12.0rc1
54
55
- name: Set up reviewdog
56
run: |
@@ -65,9 +65,7 @@ jobs:
65
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
66
67
set -o pipefail
68
- # The --ignore-missing-imports can be removed when typed cycler is released and used
69
mypy --config pyproject.toml lib/matplotlib \
70
- --ignore-missing-imports \
71
--follow-imports silent | \
72
reviewdog -f=mypy -name=mypy \
73
-tee -reporter=github-check -filter-mode nofilter
0 commit comments