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
40 changes: 20 additions & 20 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pytest-xdist = { version = ">=3.8.0,<4.0.0", optional = true }
coverage = { version = ">=7.14.0", optional = true }
diff-cover = { version = ">=9.2.0", optional = true }
pytest-cov = { version = ">=5.0.0", optional = true }
ruff = { version = ">=0.15.17", optional = true }
ruff = { version = ">=0.16.1", optional = true }

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Ruff bump breaks lint CI

Medium Severity

Bumping ruff to 0.16.1 activates new preview rule RUF105 under this repo’s select = ["ALL"] with preview = true. Existing # noqa suppressions in test modules will make pre-commit’s ruff check --fix fail until those comments are migrated or the rule is ignored.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 3a6c53e. Configure here.


[project.optional-dependencies]
dev = ["coverage", "diff-cover", "mypy", "pre-commit", "pytest", "pytest-cov", "ruff", "pytest-xdist"]
Expand Down
Loading