add ruff in code linters and update README.md

Co-authored-by: Aliaksei Urbanski <aliaksei.urbanski@gmail.com>
This commit is contained in:
Pedro Fonseca 2022-12-30 15:09:04 -03:00
parent b5bd4d0ad0
commit 9379105012

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://github.com/astral-sh/ruff) - An extremely fast Python linter and code formatter, written in Rust.
* 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.
@ -1196,4 +1197,3 @@ Your contributions are always welcome! Please take a look at the [contribution g
- - - - - -
If you have any question about this opinionated list, do not hesitate to contact me [@VintaChen](https://twitter.com/VintaChen) on Twitter or open an issue on GitHub. If you have any question about this opinionated list, do not hesitate to contact me [@VintaChen](https://twitter.com/VintaChen) on Twitter or open an issue on GitHub.