Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ black>=23.0.0
mypy>=1.0.0
flake8>=6.0.0
isort>=5.12.0
pre-commit==4.3.0
pre-commit>=3.5.0,<4.0.0
Copy link

Copilot AI Dec 30, 2025

Choose a reason for hiding this comment

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

The PR description mentions an error related to pre-commit==4.5.1, but the actual change in the diff shows the previous version was pre-commit==4.3.0. The description should be updated to reflect the actual version being changed from (4.3.0) rather than 4.5.1, or clarify if there was an intermediate change.

Copilot uses AI. Check for mistakes.

# Documentation
sphinx>=7.0.0
Expand Down