Skip to content

Commit 74ce41a

Browse files
authored
Merge pull request #93 from oscargus/bumpmypy
Bump mypy to 1.5.1
2 parents 5dead7f + a267c52 commit 74ce41a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/reviewdog.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050

5151
- name: Set up Python
5252
uses: actions/setup-python@v4
53+
with:
54+
python-version: 3.9
5355

5456
- name: Set up reviewdog
5557
run: |
@@ -62,7 +64,7 @@ jobs:
6264
- name: Install Python dependencies
6365
run: |
6466
python -m pip install --upgrade pip
65-
python -m pip install --upgrade mypy==1.2.0
67+
python -m pip install --upgrade mypy==1.5.1
6668
6769
- name: Install cycler
6870
run: |

0 commit comments

Comments
 (0)