Yoann Guillard
Yoann Guillard
Yep c'est mieux ^^   I fixed a little issue for the one on top
It would be nice to be able to extend the config from a main project on another git. ```toml [tool.ruff] extend = "../ruff/pyproject.toml" # instead we could write something like...
There are also situations with as import. ```python Import typing as t Import typing as plop ... plop.Any, t.Any ``` Maybe creating temporary errors, like TEMP, to throw the error...
> What do you mean with completion vs. suggestion? > > > print(v["->"] Suggestion contains « "a?!?jedi=1, " » It is the propositions for completions, and completions are results when...