[CI/Build] Add error matching config for mypy (#9512)

This commit is contained in:
Russell Bryant
2024-10-18 12:17:53 -07:00
committed by GitHub
parent 051eaf6db3
commit 67a7e5ef38
3 changed files with 22 additions and 1 deletions
+2 -1
View File
@@ -32,4 +32,5 @@ jobs:
pip install types-setuptools
- name: Mypy
run: |
tools/mypy.sh
echo "::add-matcher::.github/workflows/matchers/mypy.json"
tools/mypy.sh 1