Replies: 1 comment
-
This is a nice idea, but we intend to re-categorize all of the rules into a much smaller sensible set of collections instead of using linter names. I think that'd replace the need for this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This should produce an output:
Rationale: When you have strict linting rules already enforced via flake8 + plugins it is a lot of cut and paste into the
select
, the output of this command can be directly pasted into thepyproject.toml
.In the interim I use a python script to produce this output (if somebody else has this need):
Beta Was this translation helpful? Give feedback.
All reactions