keras/.vscode/settings.json
2023-04-25 12:59:59 -07:00

10 lines
250 B
JSON

{
"python.testing.pytestEnabled": true,
"python.formatting.provider": "black",
"editor.rulers": [
80
],
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"python.linting.enabled": true,
}