ruff
3f884b4b - Avoid running logical line rule logic if not enabled (#11951)

Commit
1 year ago
Avoid running logical line rule logic if not enabled (#11951) ## Summary This PR updates the logical line rules entry-point function to only run the logic if any of the rules within that group is enabled. Although this shouldn't really give any performance improvements, it's better not to do additional work if we can. This is also consistent with how other rules are run. ## Test Plan `cargo insta test`
Author
Parents
Loading