Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v1: tell mypy to ignore erros with msgspec.Struct kwargs
As per the similar v0 code. Fixes: vllm/v1/engine/__init__.py:46: error: Unexpected keyword argument "array_like" for "__init_subclass__" of "object" [call-arg] vllm/v1/engine/__init__.py:46: error: Unexpected keyword argument "omit_defaults" for "__init_subclass__" of "object" [call-arg] vllm/v1/engine/__init__.py:46: error: Unexpected keyword argument "gc" for "__init_subclass__" of "object" [call-arg] vllm/v1/engine/__init__.py:58: error: Unexpected keyword argument "array_like" for "__init_subclass__" of "object" [call-arg] vllm/v1/engine/__init__.py:58: error: Unexpected keyword argument "omit_defaults" for "__init_subclass__" of "object" [call-arg] vllm/v1/engine/__init__.py:58: error: Unexpected keyword argument "gc" for "__init_subclass__" of "object" [call-arg] Signed-off-by: Mark McLoughlin <markmc@redhat.com>
- Loading branch information