[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'
|
||||
- '.github/workflows/mypy.yaml'
|
||||
- 'tools/mypy.sh'
|
||||
- 'mypy.ini'
|
||||
pull_request:
|
||||
branches:
|
||||
- "main"
|
||||
@@ -39,6 +40,7 @@ on:
|
||||
- '**/*.py'
|
||||
- '.github/workflows/mypy.yaml'
|
||||
- 'tools/mypy.sh'
|
||||
- 'mypy.ini'
|
||||
|
||||
jobs:
|
||||
mypy:
|
||||
|
||||
Reference in New Issue
Block a user