Update Black to 2024 style and Python 3.10 target

This commit is contained in:
Tulir Asokan
2024-01-08 17:34:35 +02:00
parent 19a4b4374d
commit 77cbbebfb2
8 changed files with 27 additions and 21 deletions
+1 -1
View File
@@ -9,4 +9,4 @@ line_length = 99
[tool.black]
line-length = 99
target-version = ["py38"]
target-version = ["py310"]