From 123cdb1191162522361cdb2dd49e4c6a000f0edc Mon Sep 17 00:00:00 2001 From: Karako Date: Tue, 21 Mar 2023 11:15:47 +0800 Subject: [PATCH] :wrench: update black configuration Signed-off-by: Karako --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 34f5791..2a37ad3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.8" -httpx= "^0.23.3" +httpx = "^0.23.3" ujson = "^5.7.0" genshin = { git = "https://github.com/thesadru/genshin.py" } Jinja2 = "^3.1.2" @@ -33,7 +33,7 @@ flaky = { version = "^3.7.0", optional = true } lxml = "^4.9.2" arko-wrapper = "^0.2.8" fastapi = "^0.94.0" -uvicorn = {extras = ["standard"], version = "^0.21.1"} +uvicorn = { extras = ["standard"], version = "^0.21.1" } sentry-sdk = "^1.17.0" GitPython = "^3.1.30" openpyxl = "^3.1.1" @@ -65,4 +65,4 @@ log_cli_date_format = "%Y-%m-%d %H:%M:%S" [tool.black] include = '\.pyi?$' line-length = 120 -target-version = ['py38', 'py39', 'py310'] +target-version = ['py311']