Configure poetry and black

This commit is contained in:
zhbaor 2023-02-18 22:19:24 +08:00
parent 4626f852b1
commit 3f991ed75c
3 changed files with 1665 additions and 0 deletions

3
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"python.formatting.provider": "black"
}