Jacobo de Vera
Jacobo de Vera
I cloned it and then run: ``` sudo python setup.py install ``` I can always run the python script manually, of course, but this `aafm`, which seems to be looking...
I could work on a PR :)
An alternative could be what the stdlib flag does, which is to define a Value interface with a `Set(string) error` method that anybody can implement on their own types. That...
I've seen this done for other tools, like [for black, in separate packages](https://github.com/peterjc/flake8-black), and wonder if there is any advantage to that.
I've given this a go but experienced much slower runs than running refurb directly. You can try the branch from this PR #72 .