keras/.vscode/settings.json

11 lines
251 B
JSON
Raw Normal View History

{
"python.testing.pytestEnabled": true,
"python.formatting.provider": "black",
"editor.rulers": [
80
],
2023-04-21 22:01:17 +00:00
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"python.linting.enabled": true,
}