File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 23
23
run : |
24
24
python -m pip install -U mypy
25
25
26
- - name : lint the code with mypy
27
- uses : tsuyoshicho/action- mypy@v4
26
+ - name : Lint the code with mypy
27
+ uses : sasanquaneuf/ mypy-github-action@releases/v1.3
28
28
with :
29
- github_token : ${{ secrets.github_token }}
30
- # Change reviewdog reporter if you need [github-pr-check,github-check,github-pr-review].
31
- reporter : github-pr-review
29
+ checkName : ' mypy ' # NOTE: this needs to be the same as the job name
30
+ env :
31
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -162,3 +162,4 @@ strict_equality = true
162
162
warn_unused_configs = true
163
163
164
164
files = [" MethodicConfigurator/*.py" ]
165
+ exclude = [" unittests" ]
You can’t perform that action at this time.
0 commit comments