About 174,000 results
Open links in new tab
  1. Ruff - Astral

    Ruff can be used to replace Flake8 (plus dozens of plugins), Black, isort, pydocstyle, pyupgrade, autoflake, and more, all while executing tens or hundreds of times faster than any individual tool.

  2. GitHub - astral-sh/ruff: An extremely fast Python linter and code ...

    Ruff supports over 800 lint rules, many of which are inspired by popular tools like Flake8, isort, pyupgrade, and others. Regardless of the rule's origin, Ruff re-implements every rule in Rust as a …

  3. ruff · PyPI

    5 days ago · Ruff's linter draws on both the APIs and implementation details of many other tools in the Python ecosystem, especially Flake8, Pyflakes, pycodestyle, pydocstyle, pyupgrade, and isort.

  4. Ruff: A Modern Python Linter for Error-Free and Maintainable Code

    Ruff is an extremely fast Python linter and code formatter that can help you improve your code quality and maintainability. This tutorial explained how to get started with Ruff, showcased its key features, …

  5. The Ruff Linter | Ruff - Astral

    The Ruff Linter is an extremely fast Python linter designed as a drop-in replacement for Flake8 (plus dozens of plugins), isort, pydocstyle, pyupgrade, autoflake, and more.

  6. ruff – Python Developer Tooling Handbook

    Mar 7, 2025 · ruff is an Python linter and code formatter written in Rust. Created by Astral (the makers of uv), ruff aims to replace multiple Python code quality tools (like flake8, black, isort, and pyupgrade) …

  7. Ruff Tutorial: A Complete Guide for Python Developers - Medium

    Aug 14, 2025 · Ruff is an extremely fast Python linter and code formatter, written in Rust. It’s designed to be 10–100x faster than existing tools like Flake8, Black, and isort while providing a unified...

  8. Ruff | Python Tools – Real Python

    Ruff is an extremely fast, modern linter with a simple interface, making it straightforward to use. It also aims to be a drop-in replacement for other linting and formatting tools, like Pylint, isort, and Black. It's …

  9. Linting with Ruff: A Fast Python Linter - Better Stack Community

    Feb 28, 2025 · Ruff is a fast Python linter and code formatter written in Rust that has rapidly gained popularity in the Python ecosystem. It includes all the standard features expected in any linting …

  10. Installing Ruff | Ruff - Astral

    Installing Ruff Ruff is available as ruff on PyPI. Ruff can be invoked directly with uvx: