https://github.com/annotation/text-fabric
Raw File
Tip revision: 929ffbcaa3ed69a077925b4e897e49cc9a938010 authored by Dirk Roorda on 26 February 2024, 14:47:04 UTC
better watm
Tip revision: 929ffbc
settings.json
{
    "python.linting.flake8Enabled": true,
    "python.linting.enabled": true,
    "python.linting.flake8Args": [
        "--append-config",
        "/Users/me/.config/flake8"
    ],
    "flake8.args": [
        "--append-config",
        "/Users/me/.config/flake8"
    ],
    "flake8.severity": {
        "I": "Error",
        "W": "Error"
    },
    "python.linting.flake8CategorySeverity.W": "Error",
    "python.languageServer": "None"
}
back to top