Skip to content

Commit 3b2c2d5

Browse files
runningcodeclaude
andcommitted
fix: Apply ruff formatting to metadata_extractor (EME-606)
Fix indentation in docstring to match ruff formatting rules. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent acb6caa commit 3b2c2d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/launchpad/utils/metadata_extractor.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ def extract_metadata_from_zip(zip_path: Path) -> ToolingMetadata:
4848

4949
def _parse_metadata_content(content: str) -> ToolingMetadata:
5050
"""Expected format:
51-
sentry-cli-version: 2.58.2
52-
sentry-fastlane-plugin: 1.2.3
53-
sentry-gradle-plugin: 4.12.0
51+
sentry-cli-version: 2.58.2
52+
sentry-fastlane-plugin: 1.2.3
53+
sentry-gradle-plugin: 4.12.0
5454
"""
5555
metadata: Dict[str, str] = {}
5656

0 commit comments

Comments
 (0)