We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4328e7 commit 159a116Copy full SHA for 159a116
.github/workflows/python_checks.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Install Python3
19
run: sudo apt-get install python3 python3-setuptools python3-pip -y
20
- name: Install tools
21
- run: pip3 install --user mypy flake8
+ run: pip3 install --user mypy types-requests flake8
22
- name: Check MAVSDK test scripts with mypy
23
run: $HOME/.local/bin/mypy --strict test/mavsdk_tests/*.py
24
- name: Check MAVSDK test scripts with flake8
0 commit comments