Name: | python2-pyflakes |
---|---|
Version: | 1.6.0 |
Release: | 4.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 199720 |
License: | MIT |
RPM: | python2-pyflakes-1.6.0-4.el7.noarch.rpm |
Source RPM: | pyflakes-1.6.0-4.el7.src.rpm |
Build Date: | Mon Mar 23 2020 |
Build Host: | x86-ol7-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/PyCQA/pyflakes |
Summary: | A simple program which checks Python source files for errors |
Description: | Pyflakes is similar to PyChecker in scope, but differs in that it does not execute the modules to check them. This is both safer and faster, although it does not perform as many checks. Unlike PyLint, Pyflakes checks only for logical errors in programs; it does not perform any check on style. |