We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7038e8b commit fb087afCopy full SHA for fb087af
.github/workflows/mypy.yaml
@@ -45,4 +45,6 @@ jobs:
45
mypy vllm/spec_decode --config-file pyproject.toml
46
mypy vllm/model_executor --config-file pyproject.toml
47
mypy vllm/lora --config-file pyproject.toml
48
+ mypy vllm/logging --config-file pyproject.toml
49
+ mypy vllm/model_executor --config-file pyproject.toml
50
format.sh
@@ -107,6 +107,8 @@ mypy vllm/worker --config-file pyproject.toml
107
108
109
110
+mypy vllm/logging --config-file pyproject.toml
111
+mypy vllm/model_executor --config-file pyproject.toml
112
113
114
CODESPELL_EXCLUDES=(
0 commit comments