From 2cbd366866e08196ba986189e4212f2d2633f04f Mon Sep 17 00:00:00 2001 From: Pronoy Mandal Date: Sat, 23 Sep 2023 00:53:09 +0530 Subject: [PATCH] Add ruff for Python (#114) * Update README.md * Update README.md Remove extra whitespace --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ff97b3d..7fd174e 100644 --- a/README.md +++ b/README.md @@ -385,6 +385,7 @@ this topic will be welcome as well as links related to actual linters. - [pylint](https://github.com/PyCQA/pylint) - Source code analyzer which looks for programming errors, helps enforcing a coding standard and sniffs for some code smells. +- [ruff](https://github.com/astral-sh/ruff) - An extremely fast Python linter, written in Rust which is orders of magnitude faster than alternative tools while integrating more functionality behind a single, common interface. - [wemake-python-styleguide](https://github.com/wemake-services/wemake-python-styleguide) - The strictest and most opinionated python linter ever. - [yala](https://github.com/cemsbr/yala) - YALA combines many linters to improve