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 +2

added 9 months ago

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

pycqa/flake8 3K +3

added 9 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 +16

added 9 months ago

Find dead Python code

microsoft/pyright 15K +39

added 9 months ago

Static Type Checker for Python

tonybaloney/wily 1K +3

added 9 months ago

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

google/pytype 5K -2

added 9 months ago

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

pylint-dev/pylint 5K +7

added 9 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 +3

added 9 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 -4

added 9 months ago

A formatter for Python files

pre-commit/pre-commit 14K +52

added 9 months ago

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

beartype/beartype 3K +15

added 9 months ago

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

astral-sh/ruff 39K +385

added 9 months ago

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

psf/black 41K +15

added 9 months ago

The uncompromising Python code formatter

Join libs.tech

...and unlock some superpowers

GitHub

We won't share your data with anyone else.