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
Originally reported by: BitBucket: okin, GitHub: @okin?
We are using pylint to check some standalone Python scripts that do not have an .py-file extension.
Since the update to pylint 1.2 they do not get checked anymore.
To my understanding this is because the fix for #122 introduced an check if the filename ends with .py.
Update `pbs_for_create`, `pbs_for_set_no_merge`, `pbs_for_set_with_merge`, and `pbs_for_update` to match semantics expected by current versions of [conformance tests](googleapis/conformance-tests@0bb8520):
- Rather than create separate `Write.transform` messages to hold field transforms, inline them as `update_transforms` in the main `Write.update` message (which will always be created now).
Copy in the current version of the conftest JSON files and verify.
Closespylint-dev#217
Originally reported by: BitBucket: okin, GitHub: @okin?
We are using pylint to check some standalone Python scripts that do not have an
.py
-file extension.Since the update to pylint 1.2 they do not get checked anymore.
To my understanding this is because the fix for #122 introduced an check if the filename ends with
.py
.The text was updated successfully, but these errors were encountered: