GithubHelp home page GithubHelp logo

codeclimate / codeclimate-pep8 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pycqa/pycodestyle

5.0 10.0 6.0 1.12 MB

Simple Python style checker in one Python file

License: MIT License

Makefile 10.95% Python 79.71% Dockerfile 9.34%
python linting linter metrics quality code-quality static-analysis static-code-analysis codeclimate codeclimate-engine

codeclimate-pep8's Introduction

pep8 - Python style guide checker

pep8 is a tool to check your Python code against some of the style conventions in PEP 8.

codeclimate-pep8

For information on using pep8 with Code Climate, see the Code Climate pep8 docs.

configuration

The PEP8 project has been renamed to pycodestyle. The Code Climate PEP8 engine has not been updated to incorporate that name change.

To make configuration specifications in your setup.cfg file or tox.ini file, the Code Climate PEP8 engine requires that you include those changes in:

  • a [pep8] config section.
  • instead of [pycodestyle] config section.

codeclimate-pep8's People

Contributors

alecthomas avatar cburroughs avatar clayg avatar dantevvp avatar deshipu avatar doismellburning avatar dpursehouse avatar emonty avatar fabioz avatar florentx avatar gdiggs avatar gward avatar harvimt avatar hongqn avatar ianlee1521 avatar ilam avatar jcrocholl avatar jpignata avatar maxjacobson avatar msabramo avatar myint avatar pointlessone avatar rconradharris avatar reinout avatar serverhorror avatar sigmavirus24 avatar smileychris avatar timleslie avatar ymattw avatar yole avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

codeclimate-pep8's Issues

error: engine produced invalid output

Repo hitting the following error:

engine produced invalid output: {:message=>"Invalid JSON", :output=>"\n3 E101 indentation contains mixed spaces and tabs\n6 E122 continuation line missing indentation or outdented\n5 E123 closing bracket does not match indentation of opening bracket's line\n1 E126 continuation line over-indented for hanging indent\n2 E127 continuation line over-indented for visual indent\n2 E201 whitespace after '['\n7 E203 whitespace before ','\n2 E221 multiple spaces before operator\n1 E222 multiple spaces after operator\n3 E228 missing whitespace around modulo operator\n31 E251 unexpected spaces around keyword / parameter equals\n2 E265 block comment should start with '# '\n1 E271 multiple spaces after keyword\n1 E272 multiple spaces before keyword\n28 E301 expected 1 blank line, found 0\n2 E303 too many blank lines (3)\n13 E401 multiple imports on one line\n5 E502 the backslash is redundant between brackets\n1 E711 comparison to None should be 'if cond is None:'\n2 E712 comparison to False should be 'if cond is False:' or 'if not cond:'\n34 W191 indentation contains tabs\n7 W291 trailing whitespace\n6 W391 blank line at end of file\n1 W503 line break before binary operator\n"}


  • Although we don't yet support pycodestyle, there is one more pep8 version we could update to.
  • (I don't know if that would fix this error.)

Contact Emily if you need additional info!

Release please?

Could we get a release please? There is a marked difference in the image sizes of the last version and building from HEAD:

localhost/codeclimate-pep8             latest              e8088be158ab        34 seconds ago      56.8MB
codeclimate/codeclimate-pep8           latest              3300a9628af5        2 years ago         681MB

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.