From 2c760a42f81dd3840775a7c180d6c2f5cbd0f659 Mon Sep 17 00:00:00 2001 From: insolor <2442833+insolor@users.noreply.github.com> Date: Sun, 14 Jul 2024 21:34:56 +0300 Subject: [PATCH] Remove black and isort from dependabot.yml --- .github/dependabot.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4e07e65..cd58346 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,8 +9,6 @@ updates: patterns: - "pytest*" - "ruff" - - "black" - - "isort" examples: patterns: - "Pillow"