mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-04 20:26:53 +00:00
12 lines
303 B
ReStructuredText
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
|