microsoft / vscode-flake8

Linting support for python using the flake8 library.
https://marketplace.visualstudio.com/items?itemName=ms-python.flake8
MIT License
41 stars 30 forks source link

Adds ignore patterns and some bug fixes #239

Closed karthiknadig closed 1 year ago

karthiknadig commented 1 year ago

Closes https://github.com/microsoft/vscode-flake8/issues/147 Closes https://github.com/microsoft/vscode-flake8/issues/186 Closes https://github.com/microsoft/vscode-flake8/issues/194 : use `"flake8.cwd" : "${fileDirname}" Closes https://github.com/microsoft/vscode-flake8/issues/184