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
Currently, when running the flake8 plugin, we run every linter against the AST that flake8 passes us and flake8 does rule filtering of results based on what's enabled. So we run all linters despite what's set via --select or --ignore. Instead we should only run linters if they're enabled. This will speed up Dlint's run time.
The text was updated successfully, but these errors were encountered:
Currently, when running the flake8 plugin, we run every linter against the AST that flake8 passes us and flake8 does rule filtering of results based on what's enabled. So we run all linters despite what's set via
--select
or--ignore
. Instead we should only run linters if they're enabled. This will speed up Dlint's run time.The text was updated successfully, but these errors were encountered: