Revert "Fix pre-commit version constraint for Python 3.8-3.9 compatibility"#62
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 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. Comment |
There was a problem hiding this comment.
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.0to==4.3.0in development dependencies
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Reverts #59