🔧 update black configuration

Signed-off-by: Karako <karakohear@gmail.com>
This commit is contained in:
Karako 2023-03-21 11:15:47 +08:00
parent 999e4944a6
commit 123cdb1191
No known key found for this signature in database
GPG Key ID: 5920831B0095D4A0

View File

@ -65,4 +65,4 @@ log_cli_date_format = "%Y-%m-%d %H:%M:%S"
[tool.black] [tool.black]
include = '\.pyi?$' include = '\.pyi?$'
line-length = 120 line-length = 120
target-version = ['py38', 'py39', 'py310'] target-version = ['py311']