From 081355b9fe96e283a917df4d1f18b00520c0cae5 Mon Sep 17 00:00:00 2001 From: Ultrabug Date: Fri, 2 Aug 2024 09:02:17 +0200 Subject: [PATCH] ci(ruff): use new ruff check path command (#2253) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 24da108b77..e4a815713e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,7 +87,7 @@ dependencies = [ check = [ "isort --check-only --diff py3status", "black -q --check --diff py3status", - "ruff py3status", + "ruff check py3status", ] format = [ "isort -q py3status",