1
0
Fork 0
mirror of https://github.com/vinta/awesome-python.git synced 2025-11-06 22:55:49 -05:00

Merge pull request #2614 from MatteoGuadrini/MatteoGuadrini-patch-1

Add ruff linter
This commit is contained in:
Vinta Chen 2025-07-06 02:42:51 +08:00 committed by GitHub
commit 0d5468cf11
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -236,6 +236,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [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.
* [ruff](https://github.com/astral-sh/ruff) - An extremely fast Python linter and code formatter.
* Code Formatters
* [black](https://github.com/psf/black) - The uncompromising Python code formatter.
* [isort](https://github.com/timothycrosley/isort) - A Python utility / library to sort imports.