We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c774de commit e2a1a2cCopy full SHA for e2a1a2c
.vscode/settings.json
@@ -6,5 +6,10 @@
6
"source.organizeImports.ruff": "explicit"
7
},
8
"editor.defaultFormatter": "charliermarsh.ruff"
9
- }
+ },
10
+ "ruff.enable": true,
11
+ "ruff.nativeServer": true,
12
+ "python.analysis.ignore": ["*"],
13
+ "python.analysis.autoImportCompletions": false,
14
+ "pylint.enabled": false
15
}
0 commit comments