Skip to content
Closed
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 .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.13.3
rev: v0.16.4

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 expands enabled lint rules

High Severity

Bumping ruff-pre-commit to v0.16.4 expands Ruff's default rule set from 59 to 413 rules. pyproject.toml uses extend-select, which adds onto those defaults, so ruff-check with --fix will enforce and auto-apply many new categories the project never selected, failing quality CI and rewriting source.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 7ec9ee6. Configure here.

hooks:
- id: ruff-check
types_or: [ python, pyi ]
Expand Down
Loading