From 535c1eb24e41521826e57d63b5edb56b1ed37e34 Mon Sep 17 00:00:00 2001 From: Astariul <43774355+astariul@users.noreply.github.com> Date: Wed, 14 Feb 2024 22:30:03 +0900 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20black?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8f9ead1..501b014 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ extras_require = { "test": ["pytest~=8.0", "pytest-asyncio~=0.18", "pytest-cov~=3.0", "coverage-badge~=1.0"], "hook": ["pre-commit~=3.0"], - "lint": ["isort~=5.9", "black~=23.1", "flake518~=1.2", "darglint~=1.8"], + "lint": ["isort~=5.9", "black~=24.1", "flake518~=1.2", "darglint~=1.8"], "docs": ["mkdocs-material~=9.0", "mkdocstrings[python]~=0.18", "mike~=2.0"], "ex": ["fastapi~=0.75", "uvicorn~=0.17", "requests~=2.27", "transformers~=4.17"], }