[FOLLOWUP][Misc] Remove unused mypy config for base_communicator (#45)
### What this PR does / why we need it? - Remove on communicator mypy to address: https://github.com/vllm-project/vllm-ascend/pull/24#issuecomment-2647696781 - Add mypy.ini to trigger list ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? CI passed Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
This commit is contained in:
2
.github/workflows/mypy.yaml
vendored
2
.github/workflows/mypy.yaml
vendored
@@ -27,6 +27,7 @@ on:
|
|||||||
- '**/*.py'
|
- '**/*.py'
|
||||||
- '.github/workflows/mypy.yaml'
|
- '.github/workflows/mypy.yaml'
|
||||||
- 'tools/mypy.sh'
|
- 'tools/mypy.sh'
|
||||||
|
- 'mypy.ini'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- "main"
|
- "main"
|
||||||
@@ -39,6 +40,7 @@ on:
|
|||||||
- '**/*.py'
|
- '**/*.py'
|
||||||
- '.github/workflows/mypy.yaml'
|
- '.github/workflows/mypy.yaml'
|
||||||
- 'tools/mypy.sh'
|
- 'tools/mypy.sh'
|
||||||
|
- 'mypy.ini'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
mypy:
|
mypy:
|
||||||
|
|||||||
3
mypy.ini
3
mypy.ini
@@ -9,6 +9,3 @@ ignore_missing_imports = True
|
|||||||
[mypy-transformers.*]
|
[mypy-transformers.*]
|
||||||
ignore_missing_imports = True
|
ignore_missing_imports = True
|
||||||
|
|
||||||
; Remove this after https://github.com/vllm-project/vllm/pull/11324 merged
|
|
||||||
[mypy-vllm.distributed.device_communicators.base_communicator]
|
|
||||||
ignore_missing_imports = True
|
|
||||||
|
|||||||
Reference in New Issue
Block a user