keras/.vscode/settings.json
2023-04-21 22:01:17 +00:00

11 lines
251 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,
}