Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
1696efe6
Unverified
Commit
1696efe6
authored
Jun 13, 2024
by
youkaichao
Committed by
GitHub
Jun 13, 2024
Browse files
[misc] fix format.sh (#5511)
parent
6b0511a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
format.sh
format.sh
+6
-6
No files found.
format.sh
View file @
1696efe6
...
@@ -36,12 +36,12 @@ tool_version_check() {
...
@@ -36,12 +36,12 @@ tool_version_check() {
fi
fi
}
}
tool_version_check
"yapf"
$YAPF_VERSION
"
$(
grep
yapf requirements-
dev
.txt |
cut
-d
'='
-f3
)
"
tool_version_check
"yapf"
$YAPF_VERSION
"
$(
grep
yapf requirements-
lint
.txt |
cut
-d
'='
-f3
)
"
tool_version_check
"ruff"
$RUFF_VERSION
"
$(
grep
"ruff=="
requirements-
dev
.txt |
cut
-d
'='
-f3
)
"
tool_version_check
"ruff"
$RUFF_VERSION
"
$(
grep
"ruff=="
requirements-
lint
.txt |
cut
-d
'='
-f3
)
"
tool_version_check
"mypy"
"
$MYPY_VERSION
"
"
$(
grep
mypy requirements-
dev
.txt |
cut
-d
'='
-f3
)
"
tool_version_check
"mypy"
"
$MYPY_VERSION
"
"
$(
grep
mypy requirements-
lint
.txt |
cut
-d
'='
-f3
)
"
tool_version_check
"isort"
"
$ISORT_VERSION
"
"
$(
grep
isort requirements-
dev
.txt |
cut
-d
'='
-f3
)
"
tool_version_check
"isort"
"
$ISORT_VERSION
"
"
$(
grep
isort requirements-
lint
.txt |
cut
-d
'='
-f3
)
"
tool_version_check
"codespell"
"
$CODESPELL_VERSION
"
"
$(
grep
codespell requirements-
dev
.txt |
cut
-d
'='
-f3
)
"
tool_version_check
"codespell"
"
$CODESPELL_VERSION
"
"
$(
grep
codespell requirements-
lint
.txt |
cut
-d
'='
-f3
)
"
tool_version_check
"clang-format"
"
$CLANGFORMAT_VERSION
"
"
$(
grep
clang-format requirements-
dev
.txt |
cut
-d
'='
-f3
)
"
tool_version_check
"clang-format"
"
$CLANGFORMAT_VERSION
"
"
$(
grep
clang-format requirements-
lint
.txt |
cut
-d
'='
-f3
)
"
YAPF_FLAGS
=(
YAPF_FLAGS
=(
'--recursive'
'--recursive'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment