{ "restructuredtext.confPath": "", "files.exclude": { "**/.git": true, "**/.svn": true, "**/.hg": true, "**/CVS": true, "**/.DS_Store": true, "**/__pycache__": true, ".mypy_cache": true }, "python.linting.flake8Enabled": true, "python.linting.mypyEnabled": false, "python.linting.pylintEnabled": false, "python.linting.flake8Args": [ "--max-line-length=120" ] }