Skip to content

Commit 8ba33f8

Browse files
comment out mypy annotator
1 parent f1ff9e1 commit 8ba33f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mypy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
done
3939
echo "python_files=${python_files[*]}" >> $GITHUB_ENV
4040
41-
- name: Add MyPy annotator
42-
uses: pr-annotators/[email protected]
41+
# - name: Add MyPy annotator
42+
# uses: pr-annotators/[email protected]
4343

4444
- name: Run mypy
4545
if: ${{ env.python_files != '' }}

0 commit comments

Comments
 (0)