ruff icon indicating copy to clipboard operation
ruff copied to clipboard

Refactor AST traversal to support batched visitors

Open charliermarsh opened this issue 3 years ago • 0 comments

Right now, we're able to get away with a single visitor implementation that implements all rules. We'll need to evolve this to something closer to Fixit's model: multiple visitors that deal with isolated concerns, and can be batched and run in a single traversal.

charliermarsh avatar Sep 01 '22 17:09 charliermarsh