Jackson Wagner
                                            Jackson Wagner
                                        
                                    hi there! +1 to this issue I have encountered it as well.
Thanks @erictraut ! I have tried deleting the overloads and did get mypy errors, but I'm realizing I'm running `mypy 1.7.1`, so will try updating and running again. Thanks again!
Is there a way to specify the version of ruff that is run in the vscode extension? specifically, it would be super helpful to be able to run version 0.1.6...
thanks so much @zanieb ! super helpful really appreciate it :pray:
Hi! I'm encountering some strange behavior where the formatter will: - add the comma if there is a single argument that takes up multiple lines - remove the comma if...
``` def _func( input_values: Sequence[ Union[CxxxxxxxxxxxxxxxxxxxxxxT, PxxxxxxxxxxxT, CxxxxxxxxxxxxT, BcccT] ], ) -> Type: ``` here's an example where the comma was added. this only happens when there is a single...
here's an example where the comma is removed: https://play.ruff.rs/8c27c3f5-1f36-48b5-b4d0-dac32a05ce02 i'm seeing a ton like this
thanks @charliermarsh!