Giter Site home page Giter Site logo

IndentationError -- about pydocstyle HOT 8 CLOSED

pycqa avatar pycqa commented on June 25, 2024
IndentationError --

from pydocstyle.

Comments (8)

keleshev avatar keleshev commented on June 25, 2024

That means that syntax of your file is incorrect. pep257 is using Python tokenize module, which raises this error.

from pydocstyle.

anupkalburgi avatar anupkalburgi commented on June 25, 2024

Thanks for the reply,

That is right. I a have issue with my file which is been checked. But that should be reported as a error instead of halting my execution. In a way other things are reported.

from pydocstyle.

keleshev avatar keleshev commented on June 25, 2024

I'm not sure it should report that, pep257 checks docstrings, not Python syntax.

from pydocstyle.

anupkalburgi avatar anupkalburgi commented on June 25, 2024

I think it should not be halting the execution for python syntax errors, instead raise a exception or silently pass (Which is bad again) . I am looking at how to get around, will post back.

Thanks

from pydocstyle.

dpursehouse avatar dpursehouse commented on June 25, 2024

This might be fixed by 3dba783

from pydocstyle.

JensRantil avatar JensRantil commented on June 25, 2024

This might be fixed by 3dba783.

@anupkalburgi Would it be possible for you to verify whether 3dba783 fixes your issue?

from pydocstyle.

adiroiban avatar adiroiban commented on June 25, 2024

I think that in a real world most users will first check the code with pyflakes and pep8 and only if those pass will also try pep257... if the python file is not valid.. tough titty.. use proper tool for that.

from pydocstyle.

Nurdok avatar Nurdok commented on June 25, 2024

This issue is quite old and in any case I don't think a docstring checker has any business going over invalid Python files. I'm closing this issue. If this pops up again, feel free to open a new one.

from pydocstyle.

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.