pyflakes-3.4.0

passive checker of Python programs

Index | devel

Description

Pyflakes is a program to analyze Python programs and detect various
errors. It works by parsing the source file, not importing it, so
it is safe to use on modules with side effects. 

Homepage: https://github.com/PyCQA/pyflakes

Maintainer: Daniel Dickman <daniel@openbsd.org>