Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prefactor lint for upcoming fmt changes (#16964)
Prefactoring `lint.py` in a few ways: - Moving the bulk of the logic into a `rule_helper` which will comprise of most of `lint` and `fmt` - Removing the ambiguity check. This won't hold ground in the "generic implementation" as we already have one ambiguity (`black` for files and targets). - A few other nits and tweaks [ci skip-rust] [ci skip-build-wheels]
- Loading branch information