@astral-sh/ruff-wasm-bundler
Advanced tools
Changelog
0.5.3
Ruff 0.5.3 marks the stable release of the Ruff language server and introduces revamped documentation, including setup guides for your editor of choice and the language server itself.
pyupgrade
] Implement unnecessary-default-type-args
(UP043
) (#12371)flake8-bugbear
] Detect enumerate iterations in loop-iterator-mutation
(B909
) (#12366)flake8-bugbear
] Remove discard
, remove
, and pop
allowance for loop-iterator-mutation
(B909
) (#12365)pylint
] Allow repeated-equality-comparison
for mixed operations (PLR1714
) (#12369)pylint
] Ignore self
and cls
when counting arguments (PLR0913
) (#12367)pylint
] Use UTF-8 as default encoding in unspecified-encoding
fix (PLW1514
) (#12370)--preview
flag for server
subcommand for the linter and formatter (#12208)flake8-comprehensions
] Allow additional arguments for sum
and max
comprehensions (C419
) (#12364)pylint
] Avoid dropping extra boolean operations in repeated-equality-comparison
(PLR1714
) (#12368)pylint
] Consider expression before statement when determining binding kind (PLR1704
) (#12346)