From 4e02d5ca3c088bd67908aaa65ffc8cca6e36243c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ricks?= Date: Fri, 16 Jun 2023 10:06:12 +0200 Subject: [PATCH] Change: Mention new ruff plugin in README.md Update README to mention the new ruff plugin. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9becd0d4..0b88d541 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,8 @@ Python 3.7+ is required for autohooks. * Python code linting via [flake8](https://github.com/greenbone/autohooks-plugin-flake8) +* Python code linting via [ruff](https://github.com/greenbone/autohooks-plugin-ruff) + * Python code linting via [mypy](https://github.com/greenbone/autohooks-plugin-mypy) * Python import sorting via [isort](https://github.com/greenbone/autohooks-plugin-isort)