Ruff

Latest version: v0.4.4

Safety actively analyzes 630656 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 18

2024.20.0

This release upgrades the bundled Ruff version to v0.4.1.

**Full Changelog**: https://github.com/astral-sh/ruff-vscode/compare/2024.18.0...2024.20.0

2024.18.0

This release upgrades the bundled Ruff version to v0.4.0.

**Full Changelog**: https://github.com/astral-sh/ruff-vscode/compare/2024.16.0...2024.18.0

2024.16.0

This release upgrades the bundled Ruff version to v0.3.1.

**Full Changelog**: https://github.com/astral-sh/ruff-vscode/compare/2024.14.0...2024.16.0

2024.14.0

This release upgrades the bundled Ruff version to v0.3.0.

**Full Changelog**: https://github.com/astral-sh/ruff-vscode/compare/2024.12.0...2024.14.0

2024.12.0

This release upgrades the bundled Ruff version to v0.2.2.

As of v0.2.2, Ruff now accepts configuration for arbitrary settings on command-line arguments via
the `--config` flag, which in turn allows for configuration arbitrary settings within the VS Code
extension.

For example, to set Ruff's `lint.isort.combine-as-imports` setting to `false`, add the following to
your `settings.json`:

json
{
"ruff.lint.args": ["--config", "lint.isort.combine-as-imports=false"]
}


**Full Changelog**: https://github.com/astral-sh/ruff-vscode/compare/2024.10.0...2024.12.0

2024.10.0

This release includes support for "Format Selection" (i.e., the ability to format specific lines
within a source file) for Ruff v0.2.1 and later.

**Full Changelog**: https://github.com/astral-sh/ruff-vscode/compare/2024.8.0...2024.10.0

Page 1 of 18

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.