-
# Descripción
Agregar un paso al workflow de github actions para la validación de tipos. Se recomienda usar pyright: https://github.com/microsoft/pylance-release/issues/4927#issuecomment-1832819120
…
-
When people are working with you there is a high likelyhood that they do not use pyright before pushing their code. To make sure they do you can set a pyright workflow [like shown here](https://github…
-
Hello! First of all, thanks for the awesome work being done here. Hopefully this is the right place to ask for help/clarification regarding this - as far as I can tell, this isn't an issue with ot…
-
When pyright does a release, we create a PR, with a separate action to merge it into main. The only complication is that merge PR's are banned.
-
My default language is set to Python, but when I use `:Leet lang` to change to CPP, my LSP, linter and formatter stay on Python.
I've tried opening python and cpp files by themselves and it seems l…
-
I created a minimum failing example [here](https://github.com/mttbernardini/pbtest) with a [workflow matrix](https://github.com/mttbernardini/pbtest/actions/runs/9184637637) that tests using `mypy`, `…
-
I have trouble integrating uv with nox.
Here is what I would like to work:
```python
nox.options.default_venv_backend = "uv|virtualenv"
@nox.session
def lint(session: nox.Session) -> None:
…
-
Believe it or not, Python accepts arbitrary callables as metaclasses in `class` statements -- and those callables don't have to return instances of `type`. As long as the callable accepts the same arg…
-
> Out-of-date comments are worse than no comments and incorrect type hints are worse than out-of-date comments. But as far as I know, even if you install mypy support in Visual Studio Code mistakes ap…
-
It seems like in some cases the indexer binary would name two different symbols in the same exact symbol name.
I have some symbols in the code that are defined in different files using the same code …