-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add linting and type checking overrides for cirq-google/cirq_google/cloud, which contains only generated code #7633
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
Conversation
…loud, which contains only generated code
Looks like it is complaining a lot about unused noqa commands now. Otherwise, seems fine. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7633 +/- ##
=======================================
Coverage 97.50% 97.50%
=======================================
Files 1103 1103
Lines 99709 99732 +23
=======================================
+ Hits 97222 97246 +24
+ Misses 2487 2486 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
If cirq-google/cirq_google/cloud/
has only generated files, it can be excluded from ruff completely, please see inline comment.
Otherwise LGTM.
The cirq-google/cirq_google/cloud contains only generated code.