9 lines
No EOL
187 B
JSON
9 lines
No EOL
187 B
JSON
{
|
|
// "editor.cursorBlinking": "expand",
|
|
"flake8.args": [
|
|
// --ignore=E501
|
|
// --max-line-length=120
|
|
"--ignore=E501",
|
|
"--ignore=E722"
|
|
]
|
|
} |