flake8/docs/source/release-notes/3.0.2.rst
Ian Cordasco 6eca38f2f2
Fix zero-indexed column numbering
We accidentally changed column numbering from one-indexed to
zero-indexed.
2016-07-26 19:45:05 -05:00

12 lines
303 B
ReStructuredText

3.0.2 -- 2016-07-26 (unreleased)
--------------------------------
- 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:
https://gitlab.com/pycqa/flake8/issues/181