Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add ruff #2564

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

add ruff #2564

wants to merge 2 commits into from

Conversation

VascoSch92
Copy link

What is this Python project?

An extremely fast Python linter and code formatter, written in Rust.

What's the difference between this Python project and similar ones?

It is the first formatter written in Rust. It is extremely fast and it has over than in-built 700 rules. For more information click see

--

Anyone who agrees with this pull request could submit an Approve review to it.

Copy link

@nhankiet nhankiet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ruff has been my personal favourite for any Python project nowadays

@@ -233,8 +233,11 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [vulture](https://github.com/jendrikseipp/vulture) - A tool for finding and analysing dead Python code.
* Code Linters
* [flake8](https://github.com/PyCQA/flake8) - A wrapper around `pycodestyle`, `pyflakes` and McCabe.
* [awesome-flake8-extensions](https://github.com/DmytroLitvinov/awesome-flake8-extensions)
* [pylint](https://github.com/pylint-dev/pylint) - A fully customizable source code analyzer.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants