| author | ymh <ymh.work@gmail.com> |
| Wed, 18 Dec 2024 15:24:41 +0100 | |
| changeset 1584 | 257c14dae52a |
| parent 1557 | 7c67caaafdeb |
| permissions | -rw-r--r-- |
| 1496 | 1 |
{ |
|
1525
3c96e9ef3d64
update code settings + some dependencies version
ymh <ymh.work@gmail.com>
parents:
1507
diff
changeset
|
2 |
"python.pythonPath": ".venv/bin/python", |
| 1557 | 3 |
"python.analysis.diagnosticPublishDelay": 996, |
4 |
"files.trimTrailingWhitespace": true, |
|
5 |
"python.languageServer": "Pylance", |
|
6 |
"python.linting.pylintEnabled": true, |
|
7 |
"python.formatting.provider": "black", |
|
8 |
"python.linting.enabled": true |
|
| 1496 | 9 |
} |