We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
RuleConfig
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Motivation Two main parts to this:
get_associated_ruff_rules
get_rule_config
Also, we should add convenience functions in use_ruff to reduce the complexity of that function.
use_ruff
This will help work towards #561.
Summary of desired enhancement Create a unified abstraction for RuleConfig
The text was updated successfully, but these errors were encountered:
nathanjmcdougall
Successfully merging a pull request may close this issue.
Motivation
Two main parts to this:
get_associated_ruff_rules
method toget_rule_config
, which will resolve Consider splittingget_associated_ruff_rules
into two cases for managed and non-managed rules #499.Also, we should add convenience functions in
use_ruff
to reduce the complexity of that function.This will help work towards #561.
Summary of desired enhancement
Create a unified abstraction for
RuleConfig
The text was updated successfully, but these errors were encountered: