Skip to content

Revert "Fix pre-commit version constraint for Python 3.8-3.9 compatibility"#62

Merged
omsherikar merged 1 commit intofeat/quick-setupfrom
revert-59-copilot/sub-pr-56-another-one
Dec 30, 2025
Merged

Revert "Fix pre-commit version constraint for Python 3.8-3.9 compatibility"#62
omsherikar merged 1 commit intofeat/quick-setupfrom
revert-59-copilot/sub-pr-56-another-one

Conversation

@omsherikar
Copy link
Contributor

Reverts #59

Copilot AI review requested due to automatic review settings December 30, 2025 13:22
@coderabbitai
Copy link

coderabbitai bot commented Dec 30, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions bot added bug Something isn't working dependencies size: small labels Dec 30, 2025
@omsherikar omsherikar merged commit 61efc92 into feat/quick-setup Dec 30, 2025
8 checks passed
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 reverts PR #59, which had introduced a version constraint on pre-commit to maintain Python 3.8-3.9 compatibility. The revert changes the pre-commit dependency from a constrained range (pre-commit>=3.5.0,<4.0.0) back to a pinned version (pre-commit==4.3.0).

Key Change:

  • Reverts pre-commit version specification from >=3.5.0,<4.0.0 to ==4.3.0 in development dependencies

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working dependencies size: small

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant