mirror of
https://github.com/viq/NewsBlur.git
synced 2025-11-01 09:09:16 +00:00
16 lines
483 B
JSON
16 lines
483 B
JSON
{
|
|
"python.linting.enabled": true,
|
|
"python.linting.pylintEnabled": false,
|
|
"python.linting.flake8Enabled": true,
|
|
"python.linting.pylamaEnabled": false,
|
|
"python.linting.flake8Args": [
|
|
"--ignore=E501,W293,W503,W504,E302,E722,E226,E221"
|
|
],
|
|
"python.pythonPath": "~/.virtualenvs/newsblur3/bin/python",
|
|
"git.ignoreLimitWarning": true,
|
|
"search.exclude": {
|
|
"clients": true,
|
|
"media/android": true,
|
|
"media/ios": true,
|
|
},
|
|
}
|