{
    "restructuredtext.confPath": "",
    "files.exclude": {
        "**/.git": true,
        "**/.svn": true,
        "**/.hg": true,
        "**/CVS": true,
        "**/.DS_Store": true,
        "**/__pycache__": true,
        ".mypy_cache": true
    },
    "flake8.args": [
        "--max-line-length=120"
    ]
}