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"
]
}

12
.vscode/settings.json vendored
View File

@@ -1,8 +1,8 @@
{
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.patterns": {
"pyproject.toml": ".env, .gitignore, .pre-commit-config.yaml, Taskfile.yml",
"README.md": "LICENSE.md, CHANGELOG.md",
"install.py": "preload.py"
}
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.patterns": {
"pyproject.toml": ".env, .gitignore, .pre-commit-config.yaml, Taskfile.yml",
"README.md": "LICENSE.md, CHANGELOG.md",
"install.py": "preload.py"
}
}