Skip to content
Open
Show file tree
Hide file tree
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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dev = [
"tox>=4.15.1,<5",
"tox-uv>=1.25.0,<2",
"mypy~=1.11",
"ruff>=0.11.0,<0.12",
"ruff>=0.15.5,<0.16",
Copy link

Choose a reason for hiding this comment

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

[P2] Configuration drift: pre-commit hook version mismatch

The ruff dependency is being updated to >=0.15.5,<0.16 here, but .pre-commit-config.yaml still pins the ruff-pre-commit hook to v0.11.2. This causes a configuration drift where local pre-commit hooks will use an older version of the linter and formatter than the project environment. Consider updating the ruff-pre-commit revision in .pre-commit-config.yaml to match the new version.

"respx>=0.22.0,<0.23",
]

Expand Down
44 changes: 22 additions & 22 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading