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