chore: update .vscode/settings.json (#5703)

This commit is contained in:
Nicolas Giard 2023-05-26 15:31:08 -04:00 committed by GitHub
parent d595aaced0
commit a4adceccdd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,5 +51,9 @@
"javascript",
"javascriptreact",
"vue"
]
],
"python.linting.pylintArgs": ["--load-plugins", "pylint_django"],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": false,
"python.linting.enabled": true
}