Skip to content

Commit 47a483f

Browse files
committed
setting ruff cfg in vscode
1 parent 3611987 commit 47a483f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"python.envFile": "${workspaceFolder}/backend/.env",
33
"python.autoComplete.extraPaths": ["./backend/src"],
4+
"ruff.configuration": "backend/pyproject.toml",
45
"editor.formatOnSave": true,
56
"prettier.configPath": "./frontend/package.json",
67
"javascript.preferences.importModuleSpecifierEnding": "js",

0 commit comments

Comments
 (0)