From f809b2610f4e4480cbc09a1c71797df834f37c11 Mon Sep 17 00:00:00 2001 From: Desiders Date: Tue, 13 Feb 2024 18:34:07 +0300 Subject: [PATCH] Remove `black` from dependencies --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aca8624..5b44be7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,6 @@ test = [ ] lint = [ "ruff~=0.1.9", - "black~=23.12.1", "isort~=5.13.2", ]