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.
mypy
1 parent c9e6dda commit 36fa442Copy full SHA for 36fa442
.github/workflows/lint.yml
@@ -34,3 +34,5 @@ jobs:
34
run: tox -e flake8
35
- name: Run pylint Python code static checker (https://github.com/PyCQA/pylint)
36
run: tox -e pylint
37
+ - name: Run mypy static typing checker (https://www.mypy-lang.org/)
38
+ run: tox -e mypy
0 commit comments