pybeamshow/.vscode/settings.json

5 lines
127 B
JSON
Raw Normal View History

2023-02-15 22:37:35 +01:00
{
2023-02-18 23:16:01 +01:00
"python.formatting.provider": "black",
"python.linting.mypyEnabled": true,
"python.linting.flake8Enabled": true
2023-02-15 22:37:35 +01:00
}