this post was submitted on 20 May 2025
39 points (97.6% liked)

Python

7103 readers
18 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

๐Ÿ“… Events

PastNovember 2023

October 2023

July 2023

August 2023

September 2023

๐Ÿ Python project:
๐Ÿ’“ Python Community:
โœจ Python Ecosystem:
๐ŸŒŒ Fediverse
Communities
Projects
Feeds

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 0 points 2 days ago

You'll likely also want to check out ruff for linting and formatting, by the same company that makes uv. It doesn't enable a lot of lints by default, but there's a long list of checks to enable.

They also have a typechecker, ty, which is still in early alpha. If it's as good as their other tools I expect it to become the standard for typechecking Python. Currently you'll likely want to go with pyright for that.