We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7eb0ea commit 02c0d35Copy full SHA for 02c0d35
1 file changed
.github/workflows/lint.yaml
@@ -37,4 +37,4 @@ jobs:
37
flake8 --exit-zero --max-complexity=10
38
39
- name: Type checking with mypy
40
- run: mypy
+ run: mypy --version && mypy
0 commit comments