chore: add prettier hook

This commit is contained in:
Dowon
2024-03-30 16:50:53 +09:00
parent 06adf33a89
commit db6470423d
7 changed files with 181 additions and 179 deletions

View File

@@ -1,9 +1,9 @@
{
"recommendations": [
"ms-python.vscode-pylance",
"ms-python.black-formatter",
"kevinrose.vsc-python-indent",
"charliermarsh.ruff",
"shardulm94.trailing-spaces"
]
"recommendations": [
"ms-python.vscode-pylance",
"ms-python.black-formatter",
"kevinrose.vsc-python-indent",
"charliermarsh.ruff",
"shardulm94.trailing-spaces"
]
}