googleapis / repo-automation-bots

A collection of bots, based on probot, for performing common maintenance tasks across the open-source repos managed by Google on GitHub.
Apache License 2.0
611 stars 118 forks source link

LINT_PATHS in `noxfile.py` doesn't include `vertexai` #5277

Closed meken closed 8 months ago

meken commented 8 months ago

It looks like the relatively new vertexai source folder is missing from LINT_PATHS. As a consequence it's not linted properly automatically and the codebase has now some lint errors. Suggestion is to update the LINT_PATHS variable and fix the formatting for vertexai/language_models/_distillation.py and vertexai/vision_models/_vision_models.py. This should be a trivial fix.

meken commented 8 months ago

This ended up in the wrong component, closing it as it's invalid for this repo.