FICHA · MANJARO

python-pyflakes

A lint-like tool for Python to identify common errors quickly without executing code

  • cli-tool
  • CLI
  • Dev
  • Launchable
  • Runs in terminal
official+codex · reviewed · May 28, 2026 description in en

Description

Finds common Python coding mistakes without executing the program. It helps developers catch unused imports, undefined names, and simple logic mistakes quickly in editors, CI, or pre-commit checks.

Static checks reduce mistakes but do not prove behavior is correct. Use them with tests and code review, especially for runtime behavior and security-sensitive code.

How to run

pyflakes

Commands: pyflakes

Permissions

Permissions not analysed for this source yet.