Files
ASE/.vscode/settings_ko.json
2025-09-22 22:30:54 +02:00

6 lines
211 B
JSON

{
"python.analysis.autoImportCompletions": true,
"python.analysis.typeCheckingMode": "standard",
"flake8.args": ["--max-line-length=140"],
"python.linting.flake8Args": ["--config","flake8.cfg"]
}