From b69ca15bbf13b3c10c5ccc20b0d156d91b9e5e1b Mon Sep 17 00:00:00 2001 From: kwabena <kwabena@mpharma.com> Date: Fri, 17 Feb 2023 02:48:55 +0000 Subject: [PATCH] Add ruff code linter --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c01386f..3e6c9ec 100644 --- a/README.md +++ b/README.md @@ -250,6 +250,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [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. * [wemake-python-styleguide](https://github.com/wemake-services/wemake-python-styleguide) - The strictest and most opinionated python linter ever. + * [ruff](https://beta.ruff.rs/docs/) - An extremely fast Python linter, written in Rust. * Code Formatters * [black](https://github.com/python/black) - The uncompromising Python code formatter. * [isort](https://github.com/timothycrosley/isort) - A Python utility / library to sort imports. -- GitLab