pyscn

Intelligent Python code quality analyzer with advanced linting capabilities

brewmacoslinux
Try with needOr install directly
Source

About

Intelligent Python Code Quality Analyzer

Commands

pyscn

Examples

Analyze a single Python file for code quality issues$ pyscn analyze myfile.py
Scan an entire project directory recursively$ pyscn analyze ./src --recursive
Generate a detailed quality report with statistics$ pyscn report ./project --format json --output report.json