#Pyright
😌
December 17, 2025 at 9:38 PM
the next step is to write a mypy plugin (but i'm too lazy) (and I use pyright anyway)
September 25, 2026 at 8:55 PM
Is this the optimal way to get pyright to honor the uv virtualenvs?
July 27, 2025 at 12:37 PM
so pumped for the ty beta to finally be here, we did so much great work it rules! astral.sh/blog/ty
ty: An extremely fast Python type checker and language server
ty is an extremely fast Python type checker and language server, written in Rust, and designed as an alternative to mypy, Pyright, and Pylance.
astral.sh
December 16, 2025 at 9:03 PM
Netflix hitting the ATM to get rights to all this Mike Tyson footage. Trust me. I’ve gotten the c*pyright strikes to know.
November 16, 2024 at 4:43 AM
FYI 'pip install pyright[nodejs]` will install node binaries for you

github.com/RobertCraigi...
GitHub - RobertCraigie/pyright-python: Python command line wrapper for pyright, a static type checker
Python command line wrapper for pyright, a static type checker - RobertCraigie/pyright-python
github.com
December 23, 2024 at 5:29 AM
So you don't get into a... (I'm gonna regret this...)

Kaa-pyright dispute.
March 14, 2025 at 1:22 AM
ty is incredible for diagnostics AND as a language server! Orders of magnitude faster than Pyright and will eventually replace it. Still need Pyright for on-hover info for now, but we're moving toward a complete Astral-backed Python environment! ⚡
Today, we’re announcing the preview release of ty, an extremely fast type checker and language server for Python, written in Rust.

In early testing, it's 10x, 50x, even 100x faster than existing type checkers. (We've seen >600x speed-ups over Mypy in some real-world projects.)
August 11, 2025 at 10:25 AM
Can static type checking improve your Django workflow?
From the DjangoCon US archives, Kyle Bebak demonstrates django-types and Pyright while exploring the challenges of adding type hints to Django code.
Watch the 2022 talk: youtu.be/Lz4I7rFmFdY
#Django #Python #Pyright
Type checking your Django code with django-types and Pyright with Kyle Bebak - DjangoCon US 2022
By now most of us have heard of, or used, Python type hints. Since being added to Python in 3.5, they've spread to every corner of the Python ecosystem. These days many libraries are built from the…
youtu.be
September 27, 2026 at 1:01 PM
The next tool from astral.sh just came out - a fast Python type checker (that's also less harsh than some other options.)

I'm really excited to try ty on my code - I absolutely despise Pyright/Pylance in VS Code, and am excited to have a fast alternative.
December 17, 2025 at 7:04 PM
AIエンジニアリング入門:Pythonによる開発の基礎(uv, Ruff, dataclass, Pyright, Git hooks)
https://zenn.dev/dalab/articles/61f06f6b516f4e
AIエンジニアリング入門:Pythonによる開発の基礎(uv, Ruff, dataclass, Pyright, Git hooks)
zenn.dev
September 7, 2025 at 5:01 AM
Here, have a quick prometheus-async 25.1.0 that improves Pyright compat!
Release 25.1.0 · hynek/prometheus-async
Highlights Plenty internal changes but nothing in actual code. The only user-facing difference is that the API now works on Pyright. Full changelog below! Special Thanks This release would not be p...
github.com
February 8, 2025 at 10:26 AM
I played the whole You & Me music number from the Jetsons movie for my pre-show on my last stream & no c*pyright ding. I'm honestly not sure if i expected one or not
March 25, 2026 at 8:55 AM
ex-Pylance product manager checking in to say pyright strict mode is absolutely wrecking me.

a great start to 2025.
January 1, 2025 at 5:24 PM
I find it extremely comforting to know that Python development will basically be revolutionized every two years by @crmarsh.com and his crew at Astral.
astral.sh/blog/ty
ty: An extremely fast Python type checker and language server
ty is an extremely fast Python type checker and language server, written in Rust, and designed as an alternative to mypy, Pyright, and Pylance.
astral.sh
December 17, 2025 at 8:43 AM
January 30, 2025 at 1:15 AM
Introducing Wave 1.

Included in this update:
🧠 Cascade Memories and .windsurfrules
💻 Automated Terminal Commands
🪟 WSL, devcontainer, Pyright support
... and more.
Windsurf Wave 1: Cascade Memories and Automated Terminal Commands
YouTube video by Codeium
www.youtube.com
December 12, 2024 at 12:50 AM
last night i somehow found out kimi k3 will happily reverse-engineer and reimplement half of unity for you, when you ask it to port a game to rust
August 22, 2026 at 7:22 AM
Introduction to AI Engineering: Python Development Basics (uv, Ruff, dataclass, Pyright, Git hooks) by Tomoya Miyazawa

The blog in is Japanese, but that’s what Google Translate is for.

Discusses Basics of Python Development (Project Management and Code Quality) "
September 10, 2025 at 9:36 AM
Good software is an enabler for good science! 💥🧪

Inspired by the below post, I like to point people at libraries like github.com/patrick-kidg... as a template for what a modern Python library looks like: `pre-commit`, ruff, pyright, pyproject.toml, an open-source license, etc. 🤓
November 18, 2024 at 1:04 PM
an awesome contributor (not on bsky afaik) made this really cool thing to render an interactive treemap showing pyright 'type completeness' for a given project

github.com/mjpieters/py...
December 28, 2024 at 6:33 PM