mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-03 19:56:54 +00:00
Fix zero-indexed column numbering
We accidentally changed column numbering from one-indexed to zero-indexed.
This commit is contained in:
parent
ec6165e9d8
commit
6eca38f2f2
5 changed files with 11 additions and 4 deletions
|
|
@ -3,6 +3,9 @@
|
|||
|
||||
- Fix local config file discovery. (See also `GitLab#181`_)
|
||||
|
||||
- Fix indexing of column numbers. We accidentally were starting column indices
|
||||
at 0 instead of 1.
|
||||
|
||||
|
||||
.. links
|
||||
.. _GitLab#181:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue