| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move the unreleased note to the right version | Ian Cordasco | 2016-07-26 | 2 | -4/+4 |
| | | |||||
| * | Fix project config file discovery | Ian Cordasco | 2016-07-26 | 3 | -2/+12 |
| | | | | | | | | | | Flake8 3.0 was stopping once it found the current directory but the historical behaviour (that we didn't intend to break) searched past that (towards root) until it found one of the project/local config file names that could be read. Closes #181 | ||||
| * | Add release notes for 3.0.13.0.1 | Ian Cordasco | 2016-07-25 | 1 | -0/+9 |
| | | |||||
| * | Handle multiline strings with '# noqa' | Ian Cordasco | 2016-07-25 | 2 | -0/+11 |
| | | | | | | | | | | In Flake8 2.x we allowed people to use # noqa at the end of a multiline string to ignore errors inside the string (e.g., E501). Being blissfully ignorant of this, I never accounted for it in Flake8 3. This fixes the oversight and allows multiline statements to have the # noqa at the end. Closes #177 | ||||
| * | Update release notes and version string for 3.03.0.0 | Ian Cordasco | 2016-07-24 | 1 | -18/+6 |
| | | |||||
| * | Add 3.0.0b2 release notes3.0.0b2 | Ian Cordasco | 2016-06-28 | 1 | -0/+16 |
| | | |||||
| * | Add forgotten release note | Ian Cordasco | 2016-06-26 | 1 | -0/+3 |
| | | |||||
| * | Add missing release notes | Ian Cordasco | 2016-06-25 | 3 | -0/+22 |
| | | |||||
| * | Add more release notes for 3.0.0b1 | Ian Cordasco | 2016-06-25 | 1 | -2/+14 |
| | | |||||
| * | Add release note for 2.6.1 | Ian Cordasco | 2016-06-25 | 1 | -0/+6 |
| | | |||||
| * | Add information about new --verbose behaviour | Ian Cordasco | 2016-06-15 | 1 | -0/+2 |
| | | |||||
| * | Add note about # noqa: <errors> | Ian Cordasco | 2016-06-15 | 1 | -5/+10 |
| | | |||||
| * | Start a changelog entry for 3.0.0 | Ian Cordasco | 2016-06-14 | 2 | -0/+24 |
| | | |||||
| * | Add release notes portion of documentation | Ian Cordasco | 2016-06-14 | 33 | -0/+328 |
