typeddjango / awesome-python-typing

Collection of awesome Python types, stubs, plugins, and tools to work with them.

Home Page:https://github.com/typeddjango

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ruff: A new, fast and correct Python checker/linter

djhenderson opened this issue · comments

Please have a look at ruff.

An extremely fast Python linter, written in Rust.
https://github.com/charliermarsh/ruff

Notes on ruff
https://whynothugo.nl/journal/2023/01/20/notes-on-ruff/

A pre-commit hook for Ruff.
https://github.com/charliermarsh/ruff-pre-commit

I have no association with ruff or its developer(s).

commented

How's it related to typing?

How's it related to typing?

For example, Ruff reimplements flake8-type-checking, which is on this list.

commented

IDK, that feels far-fetched 🤔

@sobolevn what do you think?

IMHO ruff is now so mainstream, and in so many other 🕶️ lists, that is not necessary to include it here

commented

Ruff being cool doesn't mean it belongs on every list. I can see what you mean but I'm still not 100% sure it fits there. IDK.