Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -463,24 +463,6 @@ replacements:
"django",
]
count: 1
- paths: [
packages/google-cloud-logging/noxfile.py
]
before: |
CURRENT_DIRECTORY = pathlib.Path\(__file__\).parent.absolute\(\)
after: |
CURRENT_DIRECTORY = pathlib.Path(__file__).parent.absolute()
# Path to the centralized mypy configuration file at the repository root.
# Search upwards to support running nox from both monorepo packages and integration test goldens.
MYPY_CONFIG_FILE = next(
(
str(p / "mypy.ini")
for p in CURRENT_DIRECTORY.parents
if (p / "mypy.ini").exists()
),
str(CURRENT_DIRECTORY.parent.parent / "mypy.ini"),
)
count: 1
- paths: [
packages/google-cloud-logging/noxfile.py
]
Expand Down
Loading