© 2025-2026 PySpect
Loading...
| Comment | ||||
|---|---|---|---|---|
| ruff | A fast Python linter and code formatter written in Rust, compatible with Flake8 and Black rules. | 6.4M | 49 | 27,487 |
| black | An opinionated Python code formatter that enforces a consistent style by reformatting code. | 3.9M | 8 | 32,383 |
| 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.6M | 10 | 1,142 |
| isort | A utility to sort Python imports alphabetically and automatically separate them into sections. | 3.0M | 11 | 3,906 |
| autopep8 | A tool that automatically formats Python code to conform to the PEP 8 style guide. | 298K | 0 | 5,295 |
| 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.9M | 0 | 1,266 |
| bandit | A security-focused linter that scans Python code for common security vulnerabilities. | 632K | 4 | 7,461 |
| mypy | A static type checker for Python. | 4.3M | 10 | 20,130 |