Developers helping developers. TFX-Addons is a collection of community projects to build new components, examples, libraries, and tools for TFX. The projects are organized under the auspices of the special interest group, SIG TFX-Addons. Join the group at http://goo.gle/tfx-addons-group
Apache License 2.0
125
stars
64
forks
source link
Fix lint issues in predictions_to_bigquery component. #215
Expected Behavior
Pre-commit checks pass in predictions_to_bigquery Python files.
Actual Behavior
Pre-commit checks are ignored for said files. i.e. due to
# pylint: skip-file
comment in each file.Steps to Reproduce the Problem