vulture finds unused code in Python programs. It is useful for cleaning up and finding errors in large code bases.
Lint Python Scripts
ruff
ruff is an extremely fast Python linter, written in Rust.
pylint
flake8
-
Flake8
focus on logical errors rather than stylistic errors …