From c40bad9b4a21c363434abd19e2a3a5765802e66d Mon Sep 17 00:00:00 2001 From: diegoferigo Date: Fri, 5 Jul 2024 11:08:04 +0200 Subject: [PATCH] Add ruff dependency to style group Co-authored-by: Filippo Luca Ferretti --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index e3abd4ba4..7195c1e27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,6 +58,7 @@ style = [ "black[jupyter] ~= 24.0", "isort", "pre-commit", + "ruff", ] testing = [ "idyntree >= 12.2.1",