File tree 4 files changed +4
-5
lines changed
4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 23
23
24
24
- name : Install dependencies
25
25
run : |
26
- python -m pip install 'mypy==1.15.0' 'types-requests==2.32.0.20241016 '
26
+ python -m pip install 'mypy==1.15.0' 'types-requests==2.32.0.20250328 '
27
27
28
28
- name : Lint the code with mypy
29
29
uses : sasanquaneuf/mypy-github-action@a3f3a66f97792cac0cfd11d3e5c87088e5c8f6a9 # releases/v1.3
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ jobs:
130
130
131
131
- name : Install dependencies
132
132
run : |
133
- python -m pip install 'pip==25.0.1' 'coverage==7.6.12 '
133
+ python -m pip install 'pip==25.0.1' 'coverage==7.8.0 '
134
134
135
135
- name : Check coverage
136
136
run : |
@@ -139,7 +139,7 @@ jobs:
139
139
echo "Pytest failed - failing coverage check"
140
140
exit 1
141
141
fi
142
- coverage report --fail-under=60
142
+ coverage report --fail-under=55
143
143
144
144
publish-test-results :
145
145
if : always()
Original file line number Diff line number Diff line change 30
30
# Ruff does not need a specific python version installed
31
31
- name : Install dependencies
32
32
run : |
33
- python -m pip install 'ruff==0.9.6 '
33
+ python -m pip install 'ruff==0.11.2 '
34
34
35
35
- name : Lint with Ruff
36
36
run : |
Original file line number Diff line number Diff line change @@ -201,7 +201,6 @@ indent-width = 4
201
201
"ardupilot_methodic_configurator/backend_mavftp.py" = [" PGH004" , " N801" , " ANN001" ]
202
202
"ardupilot_methodic_configurator/backend_mavftp_example.py" = [" ANN001" ]
203
203
"ardupilot_methodic_configurator/tempcal_imu.py" = [" ANN001" ]
204
- "ardupilot_methodic_configurator/middleware_fc_ids.py" = [" E501" ]
205
204
206
205
[tool .mypy ]
207
206
ignore_missing_imports = true
You can’t perform that action at this time.
0 commit comments