Index | Thread | Search

From:
Lucas Raab <tuftedocelot@fastmail.fm>
Subject:
Re: [NEW]devel/ruff
To:
wen heping <wenheping2000@hotmail.com>
Cc:
"ports@openbsd.org" <ports@openbsd.org>
Date:
Sat, 27 Apr 2024 23:53:48 +0000

Download raw body.

Thread
On Sat, Jan 13, 2024 at 12:48:53AM GMT, wen heping wrote:
> 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

Here's an update to the most recent version if someone wants to review
it?

Thanks,
Lucas