mirror of
https://github.com/trycua/computer.git
synced 2026-01-19 03:50:21 -06:00
- Add `.editorconfig` for editor consistency. - Configure GitHub Actions workflow for linting (`.github/workflows/lint.yml`). - Add pre-commit hooks for automated checks (`.pre-commit-config.yaml`). - Configure Prettier and exclusions (`.prettierrc.yaml`, `.prettierignore`). - Update VS Code extensions to include formatting tools (`.vscode/extensions.json`). - Adjust VS Code settings for auto-formatting (`.vscode/settings.json`).
10 lines
208 B
JSON
10 lines
208 B
JSON
{
|
|
"recommendations": [
|
|
"esbenp.prettier-vscode",
|
|
"charliermarsh.ruff",
|
|
"ms-python.black-formatter",
|
|
"ms-python.mypy-type-checker",
|
|
"ms-python.vscode-pylance",
|
|
"ms-python.isort"
|
|
]
|
|
} |