summaryrefslogtreecommitdiff
path: root/docs/source/release-notes/3.3.0.rst
Commit message (Collapse)AuthorAgeFilesLines
* Update and finalize v3.3.0 release notesIan Cordasco2017-02-061-8/+22
|
* Add test for reproducible --version stringsIan Cordasco2017-01-211-1/+10
| | | | And add a release note to document the change.
* Add AST support for Python 3.6Ian Cordasco2017-01-151-0/+4
| | | | | | | Upgrade version constraints on PyFlakes to only the versions that handle Python 3.6 Closes #290
* Display the local paths from the git hookIan Cordasco2016-12-201-0/+5
| | | | | | | | Instead of displaying the path to the temporary directory, as we always have, it's been requested that we instead display the path to the file that was copied to the temporary directory. Closes #244
* Enable users who want to track all files processedIan Cordasco2016-12-201-0/+5
| | | | | | | | | | | This adds two new methods to the BaseFormatter class: - beginning - finished These will indicate when Flake8 begins and finishes processing a file. Closes #251
* Tidy up last few bits for performance improvementIan Cordasco2016-12-201-0/+4
|
* Assign missing codes to PyFlakes messagesLukasz Langa2016-11-281-0/+3
| | | | | | | | Some PyFlakes messages weren't covered by unique messages, making them impossible to select/ignore. This is now fixed. To ensure we don't regress in the future, a test has been added that fails if there's any uncovered messages.
* Only force files to be included when run from CLIIan Cordasco2016-11-231-0/+4
| | | | | | | | | | | | | Previously we added support so users can do: $ flake8 bin/executable But this broke the fact that git hooks shouldn't check things like reStructuredText doc files. This commit restores that functionality but will cause bin/executable to be ignored in the git hook. This seems fair since folks can amend their filename patterns to include it explicitly. Closes #268
* Prepare for 3.3.0 developmentIan Cordasco2016-11-211-0/+9