Merge pull request #1193 from umap-project/update-black

Use latest release of black
This commit is contained in:
Yohan Boniface 2023-08-15 07:32:38 +02:00 committed by GitHub
commit d92bc9e180
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,7 +46,7 @@ dependencies = [
[project.optional-dependencies] [project.optional-dependencies]
dev = [ dev = [
"hatch==1.7.0", "hatch==1.7.0",
"black==21.10b0", "black==23.3.0",
"djlint==1.31.0", "djlint==1.31.0",
"mkdocs==1.5.2", "mkdocs==1.5.2",
] ]