Giter Site home page Giter Site logo

Comments (3)

asottile avatar asottile commented on May 23, 2024

until adding a statement between the comments and your block the block has not been "ended". inside a block indentation is allowed up to the block's indentation

once you add the statement it is ended before that making it over-indented

an example in line with yours, but perhaps illustrates the point more directly

if True:
    return 1
    # all done!

from pycodestyle.

PeterJCLaw avatar PeterJCLaw commented on May 23, 2024

If that's the case, could you explain why the dedented comment in the original is allowed to be followed by an indented comment?

Perhaps more consistent spellings of the rule would be:

  • comments always line up with the last block, or
  • comments always line up with each other and may align to the last block or be fully dedented (or some variant allowing alignment to other prior indents which are less indented)

from pycodestyle.

asottile avatar asottile commented on May 23, 2024

I did already:

inside a block indentation is allowed up to the block's indentation

only a statement can end a block in python

from pycodestyle.

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.