x-humanoid-robomind's picture
Add files using upload-large-folder tool
0248d13
raw
history blame
366 Bytes
{
"editor.rulers": [120],
"python.languageServer": "Pylance",
"python.formatting.provider": "black",
"python.formatting.blackArgs": ["--line-length", "120"],
"python.linting.enabled": true,
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"python.linting.flake8Args": ["--max-line-length=120"]
}