bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#34268: 27.0.50; wrong indentation in python mode


From: Bhavin Gandhi
Subject: bug#34268: 27.0.50; wrong indentation in python mode
Date: Tue, 19 Feb 2019 18:43:40 +0530
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.0

On 2/1/19 2:34 AM, Sam Steingold wrote:
--8<---------------cut here---------------start------------->8---
def foo(x):
     return [bar(x)
             for y in zot(
                     x)]
--8<---------------cut here---------------end--------------->8---


Can you please point to section from PEP8 this code violates? I tried to find a related section but not sure which section to consider. Also flake8 does not give any error for both the snippets.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]