Skip to content

cleanup#152

Merged
bckohan merged 2 commits intomainfrom
cleanup
Feb 12, 2026
Merged

cleanup#152
bckohan merged 2 commits intomainfrom
cleanup

Conversation

@bckohan
Copy link
Owner

@bckohan bckohan commented Feb 12, 2026

No description provided.

Copilot AI review requested due to automatic review settings February 12, 2026 23:41
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 performs cleanup by removing dead code and optimizing the default check target. It removes an empty sys.version_info conditional block from the type stub file and reorganizes the justfile to separate slow checks from the standard check workflow.

Changes:

  • Removed empty if-else block checking sys.version_info >= (3, 11) from type stub file
  • Moved check-docs-links from default check target to check-all only (documented as slow)

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
src/enum_properties/init.pyi Removed empty version check block that served no purpose
justfile Moved slow check-docs-links from check to check-all target only

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@bckohan bckohan merged commit 294d77a into main Feb 12, 2026
26 checks passed
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