dabljues
dabljues
So that's the output from the command line: ``` tests/foo.py:19:9: WPS515 Found `open()` used without a context manager tests/foo.py:19:14: WPS305 Found `f` string tests/foo.py:52:9: WPS326 Found implicit string concatenation tests/foo.py:53:9:...
If you go with `pass`, then you end up with flake complaining about redundant `pass`. The other one would be good I guess, but then you have to annotate the...
I was also having this issue. However, the new version of `openapi-core` has a conflicting dependency: ```sh The conflict is caused by: foo[tests] 0.0.1.dev2+gf9f72220.d20220902 depends on pyyaml openapi-core 0.14.3 depends...
> Hi @dabljues are you sure openapi-core 0.14.2 did work for you with pyyaml 6? I limited pyyaml because tests didn't pass in the CI and I couldn't get the...
And thanks to you @p1c2u for quick responses :) So that means we can expect a new release with the `pyyaml` constraint loosened?
> Yeah I will release patched version in minutes. Hope it will solve all requirements problems. > > EDIT: Version .0.14.4 released. I checked and it works, much appreciated, thanks!
Also, it would be good to define additional breakpoints, like something below `xs` or above `xxl`
Same for me. After installing on Desktop, everything works. But it's kinda silly to have it on Desktop.
Same issue here. Also comparing to VS Code, I find myself having to global search in VS Code, while zed either hangs up or even just crashes from the search....
Yep. Though I gotta say that even with many files, VS Code handles the search. It may take a sec longer (though it's streamed so it's not a problem), but...