Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Fix indentation error while parsing class methods #441

Merged
merged 2 commits into from Jul 8, 2020

Commits on May 8, 2020

  1. Fix indentation error while parsing class methods

    In order to determine the missing arguments, we currently
    use ast.parse to parse partial source code. This parsing
    might lead to syntax errors. We catch the syntax error and
    make the parsing more resilient to errors in the source code.
    
    Fixes PyCQA#437
    samj1912 committed May 8, 2020
    Configuration menu
    Copy the full SHA
    eb8d312 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2020

  1. Configuration menu
    Copy the full SHA
    ab65c6b View commit details
    Browse the repository at this point in the history