Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wilfred/flycheck-pyflakes
- Owner: Wilfred
- Created: 2014-04-28T23:10:55.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-01-24T01:01:06.000Z (about 1 year ago)
- Last Synced: 2024-11-01T12:52:41.528Z (3 months ago)
- Topics: emacs, flycheck, pyflakes
- Language: Emacs Lisp
- Size: 5.86 KB
- Stars: 10
- Watchers: 3
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.