Skip to content

Fix Flake8 and PyCodeStyle violations in OpenPackagingConvention#54

Closed
Copilot wants to merge 3 commits intoCURA-12962from
copilot/sub-pr-53
Closed

Fix Flake8 and PyCodeStyle violations in OpenPackagingConvention#54
Copilot wants to merge 3 commits intoCURA-12962from
copilot/sub-pr-53

Conversation

Copy link

Copilot AI commented Feb 6, 2026

Addresses code style violations reported by Flake8 and PyCodeStyle in OpenPackagingConvention.py.

Changes

  • E266 violations: Converted block comments from ## to single # format (23 instances)
  • E125/E126 violations: Fixed continuation line indentation at lines 377 and 455
  • F401 violation: Added # noqa: F401 to Optional import (required for type comments but flagged as unused)
# Before
##  A container file type that contains multiple 3D-printing related files that
#   belong together.

# After  
#  A container file type that contains multiple 3D-printing related files that
#  belong together.

All linters now pass without errors or warnings.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 2 commits February 6, 2026 18:53
Co-authored-by: HellAholic <28710690+HellAholic@users.noreply.github.com>
Co-authored-by: HellAholic <28710690+HellAholic@users.noreply.github.com>
Copilot AI changed the title [WIP] Add allowZip64 option to ZipFile initialization Fix Flake8 and PyCodeStyle violations in OpenPackagingConvention Feb 6, 2026
Copilot AI requested a review from HellAholic February 6, 2026 18:55
@HellAholic HellAholic closed this Feb 6, 2026
@HellAholic HellAholic deleted the copilot/sub-pr-53 branch February 6, 2026 18:57
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.

2 participants