Télécharger le paquet source pyflakes :
Pyflakes is 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. It's also much faster.
Unlike PyLint, Pyflakes checks only for logical errors in programs; it does not perform any checks on style.
|
|
|
| Architecture | Taille du paquet | Espace occupé une fois installé | Fichiers |
|---|---|---|---|
| all | 16,1 ko | 104 ko | [liste des fichiers] |