-
Notifications
You must be signed in to change notification settings - Fork 179
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
pre-commit: match openpilot mypy config #69
Conversation
Make sure to enable the same flags here. |
Can you enable workflows btw? Want to ensure it all works :) |
requirements_examples.txt
Outdated
@@ -9,4 +9,5 @@ matplotlib | |||
cffi | |||
gmplot | |||
pycurl | |||
types-pycurl |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this goes in the pre-commit config. see the openpilot pre-commit config for an example
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
Could add the
|
* types * CI * ci v2 * ci v3 * ci v4 * add openpilot flags Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
PR for commaai/openpilot#24287