Adds command token for arguments. #773
Annotations
2 errors
reviewdog:
benchbuild/command.py#L601
[mypy] reported by reviewdog 🐶
error: Need type annotation for "args" (hint: "args: List[<type>] = ...") [var-annotated]
Raw Output:
benchbuild/command.py:601:9: error: Need type annotation for "args" (hint: "args: List[<type>] = ...") [var-annotated]
|
reviewdog
Process completed with exit code 1.
|