-
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`, `…
-
# 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
…
-
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…
-
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:
…
-
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…
-
possible improvements to investigate:
- can it report the error on an import statement instead of just the first line of the file?
- can we make it more deterministic?
- currently it can change …
-
## Overview
Request to add support for Odoo language server in Zed editor.
## About Zed
Zed is a high-performance, multiplayer code editor built with Rust, focusing on speed and collaboration. It a…
-
As a developer working on IBEX I want to clear out and correct the legacy pyright/ruff errors that are in the system now that we have instigated these checks as standard so that small/urgent changes d…
-
I've seen a some conversations that imply that semantic tokens obsolete DiagnosticTag:
- https://github.com/neovim/neovim/pull/22747#issuecomment-1478074555: "the diagnostics themselves are just a …
jfly updated
2 months ago
-
It seems a bit unfair to file this as a "bug," when really what's going on is that the Python community is trying to figure out what a "typed" Python library looks like. In this case, what looks like …