From a50a140da2ce2e300ba868c73df8a64a2c3afadb Mon Sep 17 00:00:00 2001
From: Pedro Fonseca <contatopedrorn@gmail.com>
Date: Fri, 30 Dec 2022 15:09:04 -0300
Subject: [PATCH] add ruff in code linters

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 08c44ed..c65d5ef 100644
--- a/README.md
+++ b/README.md
@@ -249,6 +249,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
         * [awesome-flake8-extensions](https://github.com/DmytroLitvinov/awesome-flake8-extensions)
     * [pylama](https://github.com/klen/pylama) - A code audit tool for Python and JavaScript.
     * [pylint](https://www.pylint.org/) - A fully customizable source code analyzer.
+    * [ruff](https://github.com/charliermarsh/ruff) - An extremely fast Python linter, written in Rust.
     * [wemake-python-styleguide](https://github.com/wemake-services/wemake-python-styleguide) - The strictest and most opinionated python linter ever.
 * Code Formatters
     * [black](https://github.com/python/black) - The uncompromising Python code formatter.
@@ -1367,4 +1368,3 @@ I will keep some pull requests open if I'm not sure whether those libraries are
 - - -
 
 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.
-
-- 
GitLab