summaryrefslogtreecommitdiff
path: root/src/flake8/processor.py
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge branch 'revert-63b91c95' into 'master'"Anthony Sottile2018-10-231-6/+3
* Revert "Merge branch 'match_newlines_py3' into 'master'"Anthony Sottile2018-10-231-3/+6
* Fix inconsistent newlines read from a file in python3Anthony Sottile2018-10-221-6/+3
* Use black to reformat Flake8Ian Stapleton Cordasco2018-10-201-53/+57
* Only skip a file if `# flake8: noqa` is on a line by itselfAnthony Sottile2018-07-011-4/+12
* Simplify and speed up multiprocessingAnthony Sottile2016-11-291-0/+1
* Add previous_unindented_logical_line attributeYen Chi Hsuan2016-11-081-0/+5
* Handle empty stdin-display-name valuesIan Cordasco2016-10-281-1/+1
* Fix up FileProcessor.file_tokens propertyIan Cordasco2016-10-251-2/+9
* Merge branch 'file-tokens' of xzise/flake8Ian Cordasco2016-10-251-0/+14
|\
| * Add support for tokens of a complete fileFabian Neundorf2016-07-221-0/+14
* | Handle SyntaxErrors when tokenizing a fileIan Cordasco2016-08-061-7/+1
* | Merge branch 'bug/179' into 'master' Ian Cordasco2016-08-051-2/+2
|\ \
| * | Serialize Checkers PluginTypeManager to a dictIan Cordasco2016-08-031-2/+2
* | | Clean up usage of InvalidSyntax exceptionIan Cordasco2016-08-051-1/+1
* | | Use str(exc) instead of exc.messageWouter Bolsterlee2016-08-051-1/+1
|/ /
* | Fix handling of logical lines with noqaIan Cordasco2016-07-261-6/+7
|/
* Fix typo in documentation using `indect`Fabian Neundorf2016-07-211-1/+1
* Fix up merge request 78Ian Cordasco2016-07-201-6/+5
* Propagate the stdin_display_name to checker and processorLeonardo Rochael Almeida2016-07-201-7/+10
* Handle errors reported in empty filesIan Cordasco2016-07-091-1/+7
* Handle optional parameters that were never supportedIan Cordasco2016-06-281-3/+8
* Move flake8 into srcIan Cordasco2016-06-251-0/+430