summaryrefslogtreecommitdiff
path: root/flake8/engine.py
Commit message (Expand)AuthorAgeFilesLines
* Fix AttributeError referring to enabled_extensions2.5.4Ian Cordasco2016-02-111-1/+1
* Definitely fix bug reading options from config filesIan Cordasco2016-02-111-2/+2
* Add output_file and enable_extensions to config optsIan Cordasco2016-01-301-0/+1
* Adding include in and exclude from doctestsJason Myers2015-12-301-1/+0
* Update stdin_get_value monkey-patchingIan Cordasco2015-12-071-8/+15
* Cache stdin for Flake8 pluginspep8-stdin-fixIan Cordasco2015-12-041-0/+14
* Add .flake8 to PROJECT_CONFIG for local config filesbug/103Ian Cordasco2015-11-231-0/+2
* Merge branch 'bug/67' into 'master' Ian Cordasco2015-09-281-1/+27
|\
| * Add --enable-extensions flag to Flake8bug/67Ian Cordasco2015-09-271-6/+25
| * Remove enabled extensions from `options.select`Ian Cordasco2015-09-271-1/+8
* | Add better logic for loading entry pointsbug/90Ian Cordasco2015-09-271-1/+21
|/
* Add tests around the OSError retry logicIan Cordasco2015-08-221-4/+5
* Add a helper method for retrying checks in serialIan Cordasco2015-08-201-6/+16
* Refactor how we use StyleGuides for better error recoverybug/74Ian Cordasco2015-08-191-2/+62
* Turn off dependency requirementsIan Cordasco2015-05-181-1/+2
* Fix parsing ignoreTyrel Souza2015-04-301-1/+1
* Utilize generator expression instead of list comprehensionCorey Farwell2015-04-181-1/+1
* Slightly simplify our conditionalsIan Cordasco2015-03-071-9/+6
* Add --verbose flag, and tests for it.Christian Long2015-03-061-1/+4
* Add warnings when --jobs is invalidChristian Long2015-03-061-0/+16
* Truly mimic pep8's -q functionalityIan Cordasco2015-02-221-2/+7
* Add --output-file optionIan Cordasco2014-12-271-14/+6
* Prevent unintended behaviour modifying options.ignorefeature/register-optional-checksIan Cordasco2014-12-181-5/+7
* Add ability to turn checks off by defaultIan Cordasco2014-12-181-2/+16
* Add .eggs and *.egg to EXTRA_EXCLUDEMarc Abramowitz2014-11-251-1/+1
* Loosen the regular expression searchIan Cordasco2014-10-151-2/+2
* Make _flake8_noqa tighterJoe Gordon2014-10-151-7/+4
* Make --install-hook work without config filesIan Cordasco2014-10-091-2/+16
* Only initialize options.exclude if it is false-yIan Cordasco2014-10-091-1/+1
* When run as a setuptools command, the previous fix breaks flake8Ian Cordasco2014-10-091-0/+6
* Fix GitLab #3 by actually excluding .toxIan Cordasco2014-10-091-0/+5
* Disable multiprocessing when using stdinIan Cordasco2014-09-121-3/+5
* Move fix for #164Ian Cordasco2014-09-121-2/+2
* Disable --jobs on WindowsIan Cordasco2014-09-121-2/+2
* Disable multiprocessing when using --diffIan Cordasco2014-09-111-0/+3
* Actually enable auto job configuration by defaultIan Cordasco2014-08-251-1/+1
* Merge Florent's multiprocessing work over Joe'sIan Cordasco2014-06-271-7/+17
|\
| * Accept 'auto' for --jobs, and default to cpu_count(); issue #151Florent Xicluna2014-05-231-7/+17
* | NotImplimentedError => NotImplementedErrorJoe Gordon2014-05-271-1/+1
* | engine.py edited online with BitbucketJoe Gordon2014-05-211-1/+1
* | Default jobs to cpu_count; closes #151Joe Gordon2014-05-151-1/+5
|/
* New option --jobs to spawn multiple processes in parallel; closes #146Florent Xicluna2014-04-271-0/+14
* Remove obsolete compatibility codeFlorent Xicluna2014-04-261-2/+0
* The implementation isn't all that important.Ian Cordasco2013-03-301-3/+4
* Fix for Python 2.5 compatibility; issue #98.Florent Xicluna2013-03-301-4/+5
* Fix a spurious importIan Cordasco2013-02-241-1/+1
* Make the organization more logicalIan Cordasco2013-02-241-0/+8
* Add the Python version and system to --versionIan Cordasco2013-02-241-2/+5
* Add docsIan Cordasco2013-02-221-1/+5
* Restore the whole-file-skip featureFlorent Xicluna2013-02-201-1/+21