We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56a9fdc commit 1b41b98Copy full SHA for 1b41b98
.github/workflows/mypy.yml
@@ -50,7 +50,7 @@ jobs:
50
python-version: "3.x"
51
cache: pip
52
cache-dependency-path: Tools/requirements-dev.txt
53
+ - run: pip install -r Tools/requirements-dev.txt
54
- name: Line with black
55
run: black Tools/cases_generator
- - run: pip install -r Tools/requirements-dev.txt
56
- run: mypy --config-file Tools/cases_generator/mypy.ini
0 commit comments