Git Product home page Git Product logo

Comments (8)

kdere avatar kdere commented on August 20, 2024

I will see if there is a way to implement a PEP8 checker in my IDE. I think some have it.

from chiantipy.

Cadair avatar Cadair commented on August 20, 2024

@kdere many integrate with something like flake8. What IDE are you using?

from chiantipy.

kdere avatar kdere commented on August 20, 2024

i am using the Eric IDE. I don't immediately seen a plugin for flake but flake8 is available as a command-line too.

from chiantipy.

Cadair avatar Cadair commented on August 20, 2024

I did not know that IDE existed, cool! The homepage for it claims it has automatic PEP 8 checking!

from chiantipy.

wtbarnes avatar wtbarnes commented on August 20, 2024

Besides the usual PEP8 fixes (line lengths, spaces after commas, etc.), we should also think about changing the class, function, and variable naming convention in ChiantiPy. Roughly, this means making class names use the "CapWords" convention and letting function and variables names use lowercase with words separated by underscores.

from chiantipy.

wtbarnes avatar wtbarnes commented on August 20, 2024

There's also the pep8speaks bot for automatically linting PRs.

from chiantipy.

kdere avatar kdere commented on August 20, 2024

I could not figure out how to do PEP8 checking in eric but here is the email I got from Detlev Offenbach

Hello Ken,

the code style checker performs checks according to PEP8 and many others
(codes starting with E and W are mostly PEP8 related). PEP257 is dealing with
source code documentation style. The included checker has two styles,
documentation iaw. PEP257 and the eric docu style, which is derived from it.

The summary is, you are not missing anything.

Regards,
Detlev

Am Freitag, 7. April 2017, 11:24:38 CEST schrieb Ken Dere:

Hi,

this is not really bug but could not find the address for the mailing list

I am trying to make my code more compatible with the PEP8 standards.

If I go to project/show code style it only give me the option for PEP257

the PluginCodeStyleChecker seems to be installed

I guess I am missing something

thanks,

Ken

from chiantipy.

wtbarnes avatar wtbarnes commented on August 20, 2024

Theres also the pep8 command line tool. A bit less convenient, but you could just run that before each commit.

Between that and the pep8speaks bot, that would probably be more than sufficient.

from chiantipy.

Related Issues (20)

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.