Charlie Marsh
Charlie Marsh
**System information** - Have I written custom code (as opposed to using a stock example script provided in TensorFlow): Yes - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Linux...
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...
What's the right strategy for autofixing? Should we modify the AST? Should we use the generated rules, and modify via regex? (This is what [autoflake](https://github.com/PyCQA/autoflake) does, and there's a start...
pylint does this properly, Flake8 does not. For example, with this: ```py import multiprocessing.pool import multiprocessing.process ``` Flake8 will only mark the second import as unused.
We can't upload to crates.io because we're using an unreleased version of RustPython.
Tracked here: https://github.com/RustPython/RustPython/issues/4099
See: https://salsa-rs.github.io/salsa/overview.html