summaryrefslogtreecommitdiff
path: root/src/flake8/processor.py
Commit message (Expand)AuthorAgeFilesLines
* correct and deprecate the value of indent_size_strAnthony Sottile2021-05-081-2/+2
* short circuit on ast error before tokenization errorAnthony Sottile2021-04-181-28/+11
* extend black formatting to tests as wellAnthony Sottile2021-04-181-3/+1
* improve code coverage in a few placesAnthony Sottile2021-04-071-13/+1
* audit + string joiningAnthony Sottile2021-03-301-1/+1
* audit % format callsAnthony Sottile2021-03-301-1/+1
* com2annAnthony Sottile2021-03-301-51/+50
* clean up readlines_py2Anthony Sottile2021-03-301-16/+2
* automatic: pyupgrade --py36-plusAnthony Sottile2021-03-301-3/+8
* introduce pyupgrade, run it in python2-compatible modeAnthony Sottile2021-03-291-1/+1
* upgrade pycodestyle to 2.7.0Anthony Sottile2021-03-141-0/+2
* Add indent-size optionvalentin2021-03-141-0/+2
* processor: Catch SyntaxError also when generating tokens for a fileEric N. Vander Weele2020-06-021-1/+1
* Allow noqa to apply to lines due to continuationnoqa_continuationAnthony Sottile2020-03-171-7/+44
* split lines the same when read from stdinAnthony Sottile2020-01-161-1/+1
* application: Inline creation of config.ConfigFileFinderEric N. Vander Weele2019-12-031-3/+2
* Fix codesByeonghoon Yoo2019-11-061-5/+4
* Fix lint errorByeonghoon Yoo2019-11-051-1/+2
* Fix should_ignore_file() to handle disable-noqa configurationByeonghoon Yoo2019-11-051-1/+1
* Add disable_noqa attribute to FileProcessorByeonghoon Yoo2019-11-051-0/+3
* Merge branch 'specific_noqa_pycodestyle' into 'master'Anthony Sottile2019-10-281-5/+3
|\
| * Do not pass `noqa` to plugins, have flake8 decide whether to reportAnthony Sottile2019-08-291-5/+3
* | Don't reset indent_char when we encounter E101Anthony Sottile2019-09-241-6/+0
* | Add type annotations for flake8.processorAnthony Sottile2019-09-071-30/+42
|/
* mypy now passesAnthony Sottile2019-05-191-4/+6
* whitelist a bandit false positive and improve type annotationAnthony Sottile2019-05-191-3/+3
* Ensure exceptions are pickleableAnthony Sottile2019-02-191-1/+1
* Remove noqa comments now that 3.7 has been releasedAnthony Sottile2019-01-311-1/+1
* Latest pycodestyleAnthony Sottile2019-01-291-0/+3
* Some lint / mypy fixesAnthony Sottile2019-01-241-1/+2
* Fix typoAnthony Sottile2018-12-311-1/+1
* Remove workarounds for older, unsupported PythonsJon Dufresne2018-12-051-17/+0
* 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