GetPageSpeed Extras

python-flake8

How to install python-flake8 (noarch)

Code checking using pep8 and pyflakes

License: MIT Vendor: Fedora Project http://pypi.python.org/pypi/flake8

Install

sudo yum -y install https://extras.getpagespeed.com/release-latest.rpm
sudo amazon-linux-extras install epel
sudo yum -y install python-flake8

Description

Flake8 is a wrapper around these tools: - PyFlakes - pep8 - Ned's McCabe script Flake8 runs all tools by launching the single 'flake8' script, but ignores pep8 and PyFlakes extended options and just uses defaults. It displays the warnings in a per-file, merged output. It also adds a few features: - files that contains with this header are skipped:: - lines that contains a "# NOQA" comment at the end will not issue a warning. - a Mercurial hook. - a McCabe complexity checker.

RPMs

Package Size Changelog
python-flake8-2.0-5.el7.noarch 23 KiB Matej Cepl (2014-11-05)
- Fix missing Requires (RHBZ# 1160221)

Subscribe