We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2181891 commit 5cf6d4eCopy full SHA for 5cf6d4e
1 file changed
.github/workflows/static_analysis.yml
@@ -35,6 +35,8 @@ jobs:
35
run: |
36
python -m pip install --upgrade pip
37
pip install mypy
38
+ pip install -r css-reports/requirements.txt
39
+ mypy --install-types
40
41
- name: Analysing the code with mypy
42
run: mypy .
0 commit comments