Consider splitting get_associated_ruff_rules
into two cases for managed and non-managed rules
#499
Labels
enhancement
New feature or request
Motivation
Not all rules are managed, e.g.
INP
for import-linter. At the moment, it is tool-dependent whether the rules fromget_associated_ruff_rules
are managed. We should probably make this distinction explicit in the interfaceSummary of desired enhancement
Introduce a new method to distinguish managed vs. non-managed ruff rules associated with a tool.
The text was updated successfully, but these errors were encountered: