Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR applies auto-formatting to the codebase using the hatch fmt command, standardizing code style across 14 Python files.
Changes:
- Normalized string quotes from single to double quotes throughout the codebase
- Improved line breaking and spacing for better readability and PEP 8 compliance
- Added trailing commas to multi-line structures and blank lines between functions/classes
Reviewed changes
Copilot reviewed 14 out of 14 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tests/test_00.py | Quote normalization and blank line additions in test file |
| src/seclab_taskflows/mcp_servers/utils.py | Added blank line after module docstring |
| src/seclab_taskflows/mcp_servers/report_alert_state.py | Comprehensive formatting: quotes, spacing, line breaks, trailing commas |
| src/seclab_taskflows/mcp_servers/repo_context_models.py | Formatting of model classes: quotes, multi-line strings, blank lines |
| src/seclab_taskflows/mcp_servers/repo_context.py | Extensive formatting of database operations and function signatures |
| src/seclab_taskflows/mcp_servers/local_gh_resources.py | Formatting of API calls, headers, and async functions |
| src/seclab_taskflows/mcp_servers/local_file_viewer.py | Formatting of file operations and zipfile handling |
| src/seclab_taskflows/mcp_servers/ghsa.py | Formatting of API interactions and advisory parsing |
| src/seclab_taskflows/mcp_servers/gh_file_viewer.py | Formatting of GitHub API calls and search functionality |
| src/seclab_taskflows/mcp_servers/gh_code_scanning.py | Formatting of code scanning operations and alert handling |
| src/seclab_taskflows/mcp_servers/gh_actions.py | Formatting of workflow operations and YAML parsing |
| src/seclab_taskflows/mcp_servers/codeql_python/mcp_server.py | Formatting of CodeQL query operations and database handling |
| src/seclab_taskflows/mcp_servers/codeql_python/codeql_sqlite_models.py | Formatting of SQLAlchemy model definitions |
| src/seclab_taskflows/mcp_servers/alert_results_models.py | Formatting of alert results model classes |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
p-
approved these changes
Jan 30, 2026
26ebaed
into
GitHubSecurityLab:main
17 of 18 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I ran the auto-formatting tool: