Skip to content

Commit 4fa3c1c

Browse files
committed
fix(mypy): read and use the project file settings
1 parent ee77583 commit 4fa3c1c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/mypy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,10 @@ jobs:
6969
fi
7070
7171
- name: Lint the code with mypy
72-
uses: sasanquaneuf/mypy-github-action@a3f3a66f97792cac0cfd11d3e5c87088e5c8f6a9 # releases/v1.3
72+
uses: amilcarlucas/mypy-github-action@95c454291156b50127b2e147e807df96cb511b2c # v2.0.0
7373
with:
7474
checkName: 'mypy' # NOTE: this needs to be the same as the job name
75+
mypyFlags: ''
76+
mypyFiles: ''
7577
env:
7678
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)