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() {
36
36
fi
37
37
}
38
38
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) "
45
45
46
46
YAPF_FLAGS=(
47
47
' --recursive'
You can’t perform that action at this time.
0 commit comments