New Python Code Quality Tools 2025
â¼
last commit 1 month ago prospector-dev/prospector 2K
added 9 months ago
Prospector is a tool to analyse Python code and output information about errors, potential problems, convention violations and complexity.
last commit 4 days ago pycqa/flake8 3K +1
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.
last commit 2 months ago tonybaloney/wily 1K +1
added 9 months ago
A Python application for tracking, reporting on timing and complexity in Python code
last commit 1 week ago google/pytype 5K +3
added 9 months ago
Pytype checks and infers types for your Python code - without requiring type annotations.
last commit 4 days ago pylint-dev/pylint 5K +1
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.
last commit 6 days ago facebook/pyre-check 7K +1
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
last commit 4 days ago pre-commit/pre-commit 14K +45
added 9 months ago
A framework for managing and maintaining multi-language pre-commit hooks.
last commit 1 day ago beartype/beartype 3K +19
added 9 months ago
Unbearably fast near-real-time hybrid runtime-static type-checking in pure Python.
last commit 6 months ago astral-sh/ruff 39K +385
added 10 months ago
An extremely fast Python linter and code formatter, written in Rust.
last commit 2 weeks ago psf/black 41K +33
added 10 months ago