Index | Thread | Search

From:
wen heping <wenheping2000@hotmail.com>
Subject:
[NEW]devel/ruff
To:
"ports@openbsd.org" <ports@openbsd.org>
Date:
Sat, 13 Jan 2024 00:48:53 +0000

Download raw body.

Thread
Hi, ports@:

    Here is a patch to create new port devel/ruff.
  
    ruff is an extremely fast Python linter, written in Rust.

   Features:
   * 10-100x faster than existing linters
   * Installable via pip
   * Python 3.11 compatibility
   * pyproject.toml support
   * Built-in caching, to avoid re-analyzing unchanged files
   * Autofix support, for automatic error correction (e.g., automatically
    remove unused imports)
   * Near-parity with the built-in Flake8 rule set
   * Native re-implementations of popular Flake8 plugins, like flake8-bugbear
   * Monorepo-friendly configuration via hierarchical and cascading settings

   It build and run well on amd64-current system.


Cheers !
wen