From c3a17f735398da38276672412f92b7dc31043321 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sun, 16 Jun 2024 20:08:17 +0200 Subject: [PATCH] Update action.ymle --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ccdc7a76..02e0a37e 100644 --- a/action.yml +++ b/action.yml @@ -89,7 +89,7 @@ runs: run: | ruff check \ --fix \ - --extend-select=I + --extend-select I \ . ruff format \ --line-length 120 \