mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 10:46:54 +00:00
10 lines
320 B
ReStructuredText
10 lines
320 B
ReStructuredText
3.0.2 -- 2016-07-26
|
|
-------------------
|
|
|
|
- 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 :issue:`530`)
|