Avatar for the astral-sh user
astral-sh
ruff
BlogDocsChangelog

Performance History

Latest Results

fix: Add COM819 to formatter incompatibility checks When fixing https://github.com/astral-sh/ruff/pull/25044 and review what other rules might not be documented, I've stumbled upon https://docs.astral.sh/ruff/rules/prohibited-trailing-comma/ which is documented, but it seems to be more than just redundant. Using this rule changes the meaning of using magic comma in some cases. E.g. `foo = (1, 2, 3,)` - if user would run `ruff check` first, then it would strip the magic comma and `ruff format` would do nothing. And if we'd do `ruff format` first, then it would expand this to multiple lines and then `ruff check` would do nothing. Given that when you're writing code you might leave this magic command, knowing that it will expand later in an expected way, - with COM819 it might if you run linter first. So I've added a warning when this rule is enabled and adjusted the documentation.
Andrej730:warn-com819-formatter-incompatibility
1 hour ago
[ty] Fix find-references for keyword arguments
micha/find-reference-keyword-argument
1 hour ago
Implement hover for call arguments
lerebear/push-vxysswkxywvu
6 hours ago
Preserve delimiters for expression folds
lerebear/push-lxkvomkorolv
6 hours ago
Implement hover for call arguments
lerebear/push-vxysswkxywvu
6 hours ago
Implement hover for call arguments
lerebear/push-vxysswkxywvu
7 hours ago
Preserve delimiters for expression folds
lerebear/push-lxkvomkorolv
7 hours ago

Latest Branches

CodSpeed Performance Gauge
0%
fix: Add COM819 to formatter incompatibility checks#25045
1 hour ago
ad54451
Andrej730:warn-com819-formatter-incompatibility
CodSpeed Performance Gauge
0%
3 hours ago
6f57dcc
Andrej730:docs-d203-formatter-conflicts
CodSpeed Performance Gauge
0%
13 hours ago
8237866
micha/find-reference-keyword-argument
© 2026 CodSpeed Technology
Home Terms Privacy Docs