Skip to content

Conversation

@kevinbackhouse
Copy link
Contributor

I ran the auto-formatting tool:

hatch fmt

Copilot AI review requested due to automatic review settings January 27, 2026 12:47
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@kevinbackhouse kevinbackhouse marked this pull request as ready for review January 27, 2026 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant