The Principal Dev – Masterclass for Tech Leads

The Principal Dev – Masterclass for Tech LeadsNov 27-28

Join

New Python Code Quality Tools 2025

GitHub Libraries Python Code Quality Tools

prospector-dev/prospector 2K +6

added 6 months ago

Prospector is a tool to analyse Python code and output information about errors, potential problems, convention violations and complexity.

pycqa/flake8 3K +9

added 6 months ago

flake8 is a python tool that glues together pycodestyle, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code.

jendrikseipp/vulture 4K +24

added 6 months ago

Find dead Python code

microsoft/pyright 14K +51

added 6 months ago

Static Type Checker for Python

tonybaloney/wily 1K +2

added 6 months ago

A Python application for tracking, reporting on timing and complexity in Python code

google/pytype 4K +1

added 6 months ago

Pytype checks and infers types for your Python code - without requiring type annotations.

pylint-dev/pylint 5K +9

added 6 months ago

Pylint analyses your code without actually running it. It checks for errors, enforces a coding standard, looks for code smells, and can make suggestions about how the code could be refactored.

facebook/pyre-check 7K +2

added 6 months ago

Pyre is a performant type checker for Python compliant with PEP 484. Pyre can analyze codebases with millions of lines of code incrementally – providing instantaneous feedback to developers as they write code. Y

google/yapf 13K +1

added 6 months ago

A formatter for Python files

pre-commit/pre-commit 14K +52

added 6 months ago

A framework for managing and maintaining multi-language pre-commit hooks.

beartype/beartype 3K +14

added 6 months ago

Unbearably fast near-real-time hybrid runtime-static type-checking in pure Python.

astral-sh/ruff 39K +385

added 6 months ago

An extremely fast Python linter and code formatter, written in Rust.

psf/black 40K +50

added 6 months ago

The uncompromising Python code formatter

Join libs.tech

...and unlock some superpowers

GitHub

We won't share your data with anyone else.