File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 116
116
117
117
if [ " $6 " = true ] ; then
118
118
119
- echo Running: mypy --ignore-missing-imports --follow-imports=silent --show-column-numbers ${14} $1
119
+ echo Running: mypy --install-types --non-interactive -- ignore-missing-imports --follow-imports=silent --show-column-numbers ${14} $1
120
120
121
- mypy --ignore-missing-imports --follow-imports=silent --show-column-numbers ${14} $1
121
+ mypy \
122
+ --install-types --non-interactive \
123
+ --ignore-missing-imports \
124
+ --follow-imports=silent \
125
+ --show-column-numbers ${14} $1
122
126
exit_code=$?
123
127
124
128
if [ " $exit_code " = " 0" ]; then
Original file line number Diff line number Diff line change 1
1
black == 21.11b1
2
2
flake8 == 4.0.1
3
3
isort == 5.10.1
4
- mypy == 0.910
4
+ mypy ~= 0.961
5
5
pycodestyle == 2.8.0
6
6
pydocstyle == 6.1.1
7
7
pylint == 2.12.1
You can’t perform that action at this time.
0 commit comments