Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wilfred/flycheck-pyflakes

flycheck support for pyflakes
https://github.com/wilfred/flycheck-pyflakes

emacs flycheck pyflakes

Last synced: 3 months ago
JSON representation

flycheck support for pyflakes

Awesome Lists containing this project

README

        

flycheck-pyflakes
=================

[![MELPA](http://melpa.org/packages/flycheck-pyflakes-badge.svg)](http://melpa.org/#/flycheck-pyflakes)

Flycheck already has great support for Python if you want to use
pylint or flake8.

However, pylint is sometimes too smart and is prone to false
positives. flake8 warns about both dodgy code (from pyflakes) and PEP
8 violations. When you're fixing bugs in other people's code, you
don't care about style issues. flake8 doesn't provide any way of
switching off all the styling warnings.

Instead, this package lets you use pyflakes alone.