File tree Expand file tree Collapse file tree
.librarian/generator-input/client-post-processing Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -463,24 +463,6 @@ replacements:
463463 "django",
464464 ]
465465 count : 1
466- - paths : [
467- packages/google-cloud-logging/noxfile.py
468- ]
469- before : |
470- CURRENT_DIRECTORY = pathlib.Path\(__file__\).parent.absolute\(\)
471- after : |
472- CURRENT_DIRECTORY = pathlib.Path(__file__).parent.absolute()
473- # Path to the centralized mypy configuration file at the repository root.
474- # Search upwards to support running nox from both monorepo packages and integration test goldens.
475- MYPY_CONFIG_FILE = next(
476- (
477- str(p / "mypy.ini")
478- for p in CURRENT_DIRECTORY.parents
479- if (p / "mypy.ini").exists()
480- ),
481- str(CURRENT_DIRECTORY.parent.parent / "mypy.ini"),
482- )
483- count : 1
484466 - paths : [
485467 packages/google-cloud-logging/noxfile.py
486468 ]
You can’t perform that action at this time.
0 commit comments