File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ tool_version_check() {
3636 fi
3737}
3838
39- tool_version_check " yapf" $YAPF_VERSION " $( grep yapf requirements-dev .txt | cut -d' =' -f3) "
40- tool_version_check " ruff" $RUFF_VERSION " $( grep " ruff==" requirements-dev .txt | cut -d' =' -f3) "
41- tool_version_check " mypy" " $MYPY_VERSION " " $( grep mypy requirements-dev .txt | cut -d' =' -f3) "
42- tool_version_check " isort" " $ISORT_VERSION " " $( grep isort requirements-dev .txt | cut -d' =' -f3) "
43- tool_version_check " codespell" " $CODESPELL_VERSION " " $( grep codespell requirements-dev .txt | cut -d' =' -f3) "
44- tool_version_check " clang-format" " $CLANGFORMAT_VERSION " " $( grep clang-format requirements-dev .txt | cut -d' =' -f3) "
39+ tool_version_check " yapf" $YAPF_VERSION " $( grep yapf requirements-lint .txt | cut -d' =' -f3) "
40+ tool_version_check " ruff" $RUFF_VERSION " $( grep " ruff==" requirements-lint .txt | cut -d' =' -f3) "
41+ tool_version_check " mypy" " $MYPY_VERSION " " $( grep mypy requirements-lint .txt | cut -d' =' -f3) "
42+ tool_version_check " isort" " $ISORT_VERSION " " $( grep isort requirements-lint .txt | cut -d' =' -f3) "
43+ tool_version_check " codespell" " $CODESPELL_VERSION " " $( grep codespell requirements-lint .txt | cut -d' =' -f3) "
44+ tool_version_check " clang-format" " $CLANGFORMAT_VERSION " " $( grep clang-format requirements-lint .txt | cut -d' =' -f3) "
4545
4646YAPF_FLAGS=(
4747 ' --recursive'
You can’t perform that action at this time.
0 commit comments