Skip to content

matthewwithanm/linter-flake8

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linter-flake8 package

This is a linter-flake8 plugin for Linter. It is an interface to flake8.

Requirements

Linter package must be installed in order to use this plugin. If Linter is not installed, please follow the instructions here.

Installation

To use a plugin, you must ensure that flake8 is installed on your system.

Install flake8 by typing the following in a terminal:

pip install flake8

Install plugin by typing:

$ apm install linter-flake8

Settings

You can configure linter-flake8 as nearly all Atom modules by editing ~/.atom/config.cson (click Open Your Config in Atom menu). In configuration you can specify executable directory if node hasn't it in $PATH. Example:

'linter-flake8':
  'executableDir': '/usr/local/bin/'

Screenshot

img

Donation

Share the love!

About

Linting Python files on the fly using flake8 with Atom

Resources

License

Stars

Watchers

Forks

Packages

No packages published