You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 26, 2026. It is now read-only.
I noticed we didn't actually lint the generated code in the monolith, and I don't think it's necessary for the microgenerator either. (See .flake8)
Could we move the generated tests to
tests/unit/gapicso flake8 will ignore it with the rule**/gapic/**?We can't blanket ignore
**/unit/**because hybrid libraries (e.g. Pub/Sub) may have hand written unit tests.Related to #425, #323