From 9379105012c604ff1bf1f449653e3ea36b026b73 Mon Sep 17 00:00:00 2001 From: Pedro Fonseca Date: Fri, 30 Dec 2022 15:09:04 -0300 Subject: [PATCH] add ruff in code linters and update README.md Co-authored-by: Aliaksei Urbanski --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a99fed92..a9caf297 100644 --- a/README.md +++ b/README.md @@ -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, written in Rust. * 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. @@ -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. -