Skip to content

Wilfred/flycheck-pyflakes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

flycheck-pyflakes

MELPA

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.

About

flycheck support for pyflakes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published