GithubHelp home page GithubHelp logo

kryssyco / atom-pep8 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tarnfeld/atom-pep8

0.0 1.0 0.0 259 KB

An atom package that automatically validates .py files with pep8

License: MIT License

CoffeeScript 89.75% Python 4.74% CSS 5.51%

atom-pep8's Introduction

atom-pep8

An Atom package for running the pep8 linter over your Python files. Currently you have to invoke it using the "PEP8: Lint" command.

It requires you have the pep8 command line tool installed, if it's not installed in /usr/local/bin/pep8 you'll need to configure the path manually in the preferences.

Preferences

  • PEP8 Path: Path to the pep8 binary for linting (default: /usr/local/bin/pep8)
  • Ignore Errors: Command separated list of pep8 errors to ignore (default: null) (example: E501, E302). A complete list of error codes can be found here.
  • Lint On Save: If checked, PEP8 linting is performed any time a Python file is saved. (Default: Checked)

TODO

  • Try and automatically locate the pep8 tool (or bundle one in here)
  • Tests tests tests

atom-pep8's People

Contributors

tarnfeld avatar mark-adams avatar my-slab avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.