• Brett Cannon's avatar
    Turn off linting by default in VS Code for Python (#449) · 4b7efebe
    Brett Cannon authored
    * Turn off linting by default in VS Code for Python
    Linting is on by default if you specify the paths to any linters, so the previous settings would turn on **all** linters.
    
    Also drop linters that don't see much use.
    
    * Fix tests
    
    * Revert all changes
    
    * Remove paths to under-utilized tools and turn off all linting by default
    
    * Bump the version number
    4b7efebe
Name
Last commit
Last update
.github/workflows Loading commit data...
.vscode Loading commit data...
src Loading commit data...
test Loading commit data...
.devcontainer.json Loading commit data...
.gitignore Loading commit data...
CODEOWNERS Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...