Automated Python Code Quality Assessment with Prospector
Prospector aggregates multiple Python static analysis tools—Pylint, PyFlakes, pycodestyle, pydocstyle, and McCabe complexity checker—into a unified interface for comprehensive code quality assessment. Install via pip: pip install prospector Analyze individual files by specifying the path: prospector...