mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-14 08:24:46 +00:00
fix pr and issue links in release notes
This commit is contained in:
parent
de4d64bf9a
commit
fe0e2495ce
35 changed files with 179 additions and 671 deletions
|
|
@ -1,17 +1,10 @@
|
|||
3.0.2 -- 2016-07-26
|
||||
-------------------
|
||||
|
||||
- Fix local config file discovery. (See also `GitLab#181`_)
|
||||
- Fix local config file discovery. (See also :issue:`528`)
|
||||
|
||||
- Fix indexing of column numbers. We accidentally were starting column indices
|
||||
at 0 instead of 1.
|
||||
|
||||
- Fix regression in handling of errors like E402 that rely on a combination of
|
||||
attributes. (See also `GitLab#186`_)
|
||||
|
||||
|
||||
.. links
|
||||
.. _GitLab#181:
|
||||
https://gitlab.com/pycqa/flake8/issues/181
|
||||
.. _GitLab#186:
|
||||
https://gitlab.com/pycqa/flake8/issues/186
|
||||
attributes. (See also :issue:`530`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue