DIFF.BLOG
New Following Discover Jobs
More
Top Writers Suggest a blog Upvotes plugin
Report bug Contact About
Sign up
Topics
Follow your own topics →
Menu
New Following Discover Jobs Top Writers
More
Suggest a blog Upvotes plugin Report bug Contact About
Sign up
The home for great developer writing.
We surface the best developer writing from thousands of independent blogs, updated daily.
Join Diff.blog
TOPICS

Does Ruff support type checking?

1 · Python Developer Tooling Handbook – pydevtools.com · July 27, 2026, 1:41 a.m.
Python linter type-checking Programming Tools
Summary
Ruff is a Python linter and formatter that does not perform type inference or type checking. For type checking, it should be used alongside dedicated type checkers like mypy, Ty, Pyright, or Pyrefly.
Read full post on pydevtools.com →
MORE POSTS LIKE THIS
Set up type checking for a Python project with ty
Python Developer Tooling Handbook – pydevtools.com · Aug 3, 2026
Python type-checking
Open-sourcing Pyrefly: A faster Python type checker written in Rust
Facebook · May 15, 2025
Culture DevInfra
How I over-engineered my book
Ben Balter · Aug 17, 2026
Book Publishing automation
N is for namedtuple - Python A to Z
Juha-Matti Santala · Aug 16, 2026
Python NamedTuple
Python: use re.prefixmatch() instead of re.match() from Python 3.15
Adamj · Aug 16, 2026
Python Python
Reorganizing Python's sys module
Trey Hunner · Aug 13, 2026
Python software development
Discover more posts →
AUTHOR
RECENT POSTS FROM THE AUTHOR
Choose how you want to continue.
Continue with GitHub Continue with Google