mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-01-26 11:19:53 +00:00
chore: add prettier hook
This commit is contained in:
14
.vscode/extensions.json
vendored
14
.vscode/extensions.json
vendored
@@ -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
12
.vscode/settings.json
vendored
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user