You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perhaps this should have been obvious, but you can tell the vscode flake8 plugin to call pflake8 by placing this in .vscode/settings.json (presuming that poetry creates venv's called .venv in your project root as it does for me).
I'll leave it to you to decide where it fits. "Anywhere, even in the issues comments" already scratches my itch and I'm not sure how far along the "integrations with particular editors" path you want to go.
I mean, pyproject-flake8 does its job (and very nicely!) so it wouldn't be unreasonable to be a bit standoffish about documenting things that are not pyproject-flake8 (e.g. vscode).
Perhaps this should have been obvious, but you can tell the vscode flake8 plugin to call pflake8 by placing this in
.vscode/settings.json
(presuming that poetry creates venv's called.venv
in your project root as it does for me).If you don't feel like putting this in the readme, even just having this closed issue lying around might be enough to make this solution searchable.
The text was updated successfully, but these errors were encountered: