Skip to content

[chore] normalize GCP plugin log quoting and refine mypy options#2336

Open
drwicid wants to merge 1 commit intosomeengineering:mainfrom
drwicid:fix/gcp-log-mypy-cleanup
Open

[chore] normalize GCP plugin log quoting and refine mypy options#2336
drwicid wants to merge 1 commit intosomeengineering:mainfrom
drwicid:fix/gcp-log-mypy-cleanup

Conversation

@drwicid
Copy link

@drwicid drwicid commented Mar 10, 2026

Description

This PR contains maintenance-only cleanup for the GCP plugin. Fixes #2335

  • It normalizes quote usage in a few GCP resource log messages.
  • It updates the plugin mypy invocation to disable a small set of known error codes that are currently noisy in this package.

No runtime collection behavior is intentionally changed here.

Files Changed

  • plugins/gcp/fix_plugin_gcp/resources/base.py
  • plugins/gcp/fix_plugin_gcp/resources/filestore.py
  • plugins/gcp/fix_plugin_gcp/resources/firestore.py
  • plugins/gcp/tox.ini

Validation

  • I reviewed the changes for runtime behavior regressions.
  • I ran tox successfully.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Clean up GCP plugin logging strings and adjust mypy settings for current plugin constraints

1 participant