We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80a8480 commit efa79fcCopy full SHA for efa79fc
.librarian/generator-input/client-post-processing/logging-integration.yaml
@@ -471,3 +471,16 @@ replacements:
471
"django",
472
]
473
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
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