Peter Law
Peter Law
I'm interested in having a go at this. To that end I've had a quick look at what's involved and it turns out to be even more complicated than it...
@graingert just wondering whether there's any movement on this and/or getting a new release out?
Looks like `js2py`'s dependencies are failing to me? Specifically see the lines: ``` Could not find a version that satisfies the requirement backports.zoneinfo (from tzlocal>=1.2->js2py==0.63) (from versions: ) No matching...
While manual setting of the watches isn't easy to track, in theory it is possible to handle the cases where the `Redis.transaction` method is used to generate the pipeline since...
@arthaud thanks for the response. Unfortunately my [original use-case](https://github.com/PeterJCLaw/srcomp/blob/9722ee6da5484fc6574b0e759c7769085f86d8eb/sr/comp/raw_compstate.py#L130-L163) has other arguments such that removing the `*` changes the overload to no longer be valid for the actual implementation. If...
You might be interested in a tool ([`fix8`](https://github.com/PeterJCLaw/fix8)) I'm working on to automatically fix various `flake8`-highlighted errors; which includes support for removing unused imports. It's very rough around the edges...
@davidhalter I don't think there's any visible review comments from you on this PR, are you sure you've submitted them? (If GitHub's UI says it's "Pending" in an orange box...
I had a quick look at updating the stubs yesterday. The django-sources thing seems to have gone away, though something has changed in the stubs such that completions at e.g:...
FWIW: I've got a fork at https://github.com/PeterJCLaw/flake8-commas/ which I believe supports Python 3.12. It's based on @karamanolev's fork (they'd done 3.11 already).
> FWIW: I've got a fork at https://github.com/PeterJCLaw/flake8-commas/ which I believe supports Python 3.12. It's based on @karamanolev's fork (they'd done 3.11 already). I've finally gotten around to publishing this...