Files
lenochka/.vscode/settings.json
Pavel Kirilin 2091068ef6 Initial commit.
Signed-off-by: Pavel Kirilin <win10@list.ru>
2021-06-07 02:15:45 +04:00

8 lines
271 B
JSON

{
"python.pythonPath": "/home/s3rius/.cache/pypoetry/virtualenvs/lenochka-6E1S1fmY-py3.9/bin/python",
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"python.linting.enabled": true,
"python.formatting.provider": "black"
}