Changing individual flake8 error severity #19207
Labels
area-linting
feature-request
Request for new features or functionality
triage-needed
Needs assignment to the proper sub-team
Flake8's error grouping is still pretty unhelpful these days. Additionally, some of the the warnings are already shown in VSCode through other means (eg. unused variable, undefined variable (via pyright/pylance). It would be nice to be able to override based on the individual rule ID rather than just the category code. Additionally this is needed for better support for additional flake8 extensions.
vscode-eslint has something for this already.
The text was updated successfully, but these errors were encountered: