Skip to content

Commit c586a29

Browse files
chore: linter settings
1 parent 90db81c commit c586a29

1 file changed

Lines changed: 5 additions & 12 deletions

File tree

.vscode/settings.json

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
{
2-
"github.copilot.chat.experimental.codeGeneration.instructions": [
3-
{"file": "CODE_STYLE.md"}
4-
],
5-
"devbox.autoShellOnTerminal": false,
62
"[python]": {
73
"editor.insertSpaces": true,
84
"editor.tabSize": 4,
9-
"editor.defaultFormatter": "charliermarsh.ruff"
5+
"editor.codeActionsOnSave": {
6+
"source.organizeImports": "explicit",
7+
"source.fixAll": "explicit"
8+
}
109
},
11-
"python.defaultInterpreterPath": "${workspaceFolder}/app/.venv/bin/python",
12-
"python.terminal.activateEnvInCurrentTerminal": true,
1310
"python.testing.pytestArgs": [
1411
"tests"
1512
],
@@ -18,9 +15,5 @@
1815
// https://github.com/astral-sh/ruff-vscode
1916
"python.analysis.ignore": [
2017
"*"
21-
],
22-
"debug.inlineValues": "off",
23-
"ruff.lint.run": "onType",
24-
"ruff.organizeImports": true,
25-
"ruff.showNotifications": "onError"
18+
]
2619
}

0 commit comments

Comments
 (0)