© 2025-2026 PySpect
Loading...
| Package | Comment | Downloads/day | Recent releases ⓘ | GitHub Stars |
|---|---|---|---|---|
| ruff | A fast Python linter and code formatter written in Rust, compatible with Flake8 and Black rules. | 5.4M | 49 | · |
| black | An opinionated Python code formatter that enforces a consistent style by reformatting code. | 3.6M | 9 | · |
| flake8 | A wrapper around PyFlakes, pycodestyle, and McCabe complexity checker for style and error checking. | 1.7M | 0 | · |
| pylint | A static code analyser that checks for errors, enforces coding standards, and looks for code smells. | 1.5M | 9 | · |
| isort | A utility to sort Python imports alphabetically and automatically separate them into sections. | 2.8M | 7 | · |
| autopep8 | A tool that automatically formats Python code to conform to the PEP 8 style guide. | 292K | 0 | · |
| pycodestyle | A tool to check Python code against the PEP 8 style conventions. | 2.4M | 0 | · |
| pyflakes | A simple program that checks Python source files for errors without executing them. | 1.8M | 0 | · |
| bandit | A security-focused linter that scans Python code for common security vulnerabilities. | 562K | 4 | · |
| mypy | A static type checker for Python. | 3.9M | 11 | · |