mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-13 16:37:59 +00:00
fix: remove duplicate ruff entry from Code Linters section (#3119)
This commit is contained in:
parent
cbc193a457
commit
e503d16eb2
1 changed files with 0 additions and 1 deletions
|
|
@ -612,7 +612,6 @@ _Tools of static analysis, linters and code quality checkers. Also see [awesome-
|
|||
- [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/PyCQA/isort) - A Python utility / library to sort imports.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue