Add ruff linter

This commit is contained in:
Matteo Guadrini aka GU 2024-09-17 11:49:28 +02:00 committed by GitHub
parent 2252650cfd
commit 4f887d5e1e
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. * [flake8](https://github.com/PyCQA/flake8) - A wrapper around `pycodestyle`, `pyflakes` and McCabe.
* [awesome-flake8-extensions](https://github.com/DmytroLitvinov/awesome-flake8-extensions) * [awesome-flake8-extensions](https://github.com/DmytroLitvinov/awesome-flake8-extensions)
* [pylint](https://github.com/pylint-dev/pylint) - A fully customizable source code analyzer. * [pylint](https://github.com/pylint-dev/pylint) - A fully customizable source code analyzer.
* [ruff](https://docs.astral.sh/ruff/) - An extremely fast Python linter and code formatter.
* Code Formatters * Code Formatters
* [black](https://github.com/psf/black) - The uncompromising Python code formatter. * [black](https://github.com/psf/black) - The uncompromising Python code formatter.
* [isort](https://github.com/timothycrosley/isort) - A Python utility / library to sort imports. * [isort](https://github.com/timothycrosley/isort) - A Python utility / library to sort imports.