{
    "python.formatting.provider": "black",
    "python.formatting.blackArgs": [
        "--line-length=119"
    ]
}