jayvdb/flake8-putty

Logical line support

Opened this issue · 0 comments

While building a generic solution for #10 , I started investigating logical lines, as provided by pep8 . This is another special case of #4 . A logical line provides a tightest reasonable scope for the multi line regex to be constrained inside of, and it happens to be very efficient as pep8 already provides it.

The logical lines branch has working code and tests. The next step is to define selector semantics for this. Im currently using /.../l for logical line regex.