Remove isort arguments duplicated with base config

This commit is contained in:
Bruno Alla 2023-06-28 13:28:51 +01:00
parent 18bf5a461b
commit b3a5060e8d
No known key found for this signature in database

View File

@ -35,10 +35,6 @@
"vscode": { "vscode": {
"settings": { "settings": {
"editor.formatOnSave": true, "editor.formatOnSave": true,
"isort.args": [
"--profile",
"black"
],
"[python]": { "[python]": {
"analysis.autoImportCompletions": true, "analysis.autoImportCompletions": true,
"analysis.typeCheckingMode": "basic", "analysis.typeCheckingMode": "basic",