Skip to content
Snippets Groups Projects
settings.json 380 B
Newer Older
  • Learn to ignore specific revisions
  • David Trattnig's avatar
    David Trattnig committed
        "python.linting.pylintArgs": [
            "--load-plugins",
            "pylint-flask"
        ],
        "python.linting.mypyCategorySeverity.note": "Warning",
    
        "python.linting.pylintCategorySeverity.convention": "Warning",
        "python.formatting.provider": "black",
        "python.formatting.blackArgs": [
            "--line-length",
            "99"
        ],
        "python.linting.enabled": true