-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI/Build] Add error matching config for mypy #9512
Conversation
This change makes GitHub parse `mypy` output and show errors in the diff viewer for PRs. This makes errors more easily visible inline with the code that was changed without having to dig through CI logs. Signed-off-by: Russell Bryant <[email protected]>
👋 Hi! Thank you for contributing to the vLLM project. Once the PR is approved and ready to go, your PR reviewer(s) can run CI to test the changes comprehensively before merging. To run CI, PR reviewers can do one of these:
🚀 |
7fab376
to
228a72c
Compare
Fix `tools/mypy.sh` to fail when any command fails when running in CI. Signed-off-by: Russell Bryant <[email protected]>
228a72c
to
bf37729
Compare
Signed-off-by: charlifu <[email protected]>
Signed-off-by: Vinay Damodaran <[email protected]>
Signed-off-by: Alvant <[email protected]>
Signed-off-by: Amit Garg <[email protected]>
Signed-off-by: qishuai <[email protected]>
Signed-off-by: Sumit Dubey <[email protected]>
Signed-off-by: Maxime Fournioux <[email protected]>
Signed-off-by: Tyler Michael Smith <[email protected]>
32318c7 [CI/Build] Add error matching config for mypy
bf37729 [CI/Build] Make mypy job fail when errors occur
commit 32318c7
Author: Russell Bryant [email protected]
Date: Fri Oct 18 14:34:06 2024 -0400
commit bf37729
Author: Russell Bryant [email protected]
Date: Fri Oct 18 19:08:44 2024 +0000
Sample of an intentional mypy error