From a21847bca16a1b7777c8479b9e1971f855bc0fb1 Mon Sep 17 00:00:00 2001 From: insolor <2442833+insolor@users.noreply.github.com> Date: Fri, 6 Sep 2024 13:30:04 +0300 Subject: [PATCH] Remove black and isort from dependabot.yml --- .github/dependabot.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6f2b65d..4572f6e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,10 +9,7 @@ updates: patterns: - "pytest*" - "flake8*" - - "black" - - "isort" - "coverage" - - "refurb" - "ruff" - package-ecosystem: "github-actions"