pyflakes icon indicating copy to clipboard operation
pyflakes copied to clipboard

Add end coordinates for column and line number

Open krassowski opened this issue 2 years ago • 2 comments

Closes #454.

  • [x] Added offset when handling positions in docstrings (same as for the start coordinates)
  • [x] Added test for the offset handling, conditional on Python >= 3.8\
  • [x] Checked that tests pass locally and no flake8 warnings are introduced

krassowski avatar Jul 17 '21 13:07 krassowski

I don't want to land this as is, when 3.8 is our minimum targetted version we can revisit

asottile avatar Sep 27 '22 14:09 asottile

@krassowski 3.8 is our minimum targetted version now. Could you rebase this PR?

jayvdb avatar Feb 14 '24 09:02 jayvdb