{
    "python.linting.flake8Enabled": true,
    "python.linting.enabled": true,
    "python.linting.pylintArgs": [
        "--max-line-length=160"
    ],
    "python.formatting.autopep8Args": [
        "--max-line-length=160"
    ],
    "python.linting.flake8Args": [
        "--max-line-length=160"
    ],
    "python.linting.pycodestyleArgs": [
        "--max-line-length=160"
    ],
    "python.linting.pycodestyleEnabled": true,
    "terminal.integrated.scrollback": 100000,
}