https://github.com/annotation/text-fabric
Raw File
Tip revision: 7fdf25fed954698d7bcf1c0099489ed4c8456fe6 authored by Dirk Roorda on 29 October 2023, 14:09:12 UTC
more fixes and enhancements
Tip revision: 7fdf25f
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