Skip to content

Commit efa79fc

Browse files
committed
chore: add post processing for mypy session
1 parent 80a8480 commit efa79fc

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.librarian/generator-input/client-post-processing/logging-integration.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,3 +471,16 @@ replacements:
471471
"django",
472472
]
473473
count: 1
474+
- paths: [
475+
packages/google-cloud-logging/noxfile.py
476+
]
477+
before: |
478+
"""Run the type checker."""
479+
[\s\S]*?"google",\n \)
480+
after: |
481+
"""Run the type checker."""
482+
483+
# TODO(https://github.com/googleapis/google-cloud-python/issues/13362):
484+
# Enable mypy once this repo has been updated for mypy evaluation.
485+
session.skip("Skip mypy since this library is not yet updated for mypy evaluation")
486+
count: 1

0 commit comments

Comments
 (0)