summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Set-up and stop our formatterbug/output-fileIan Cordasco2016-07-251-0/+2
* Handle multiline strings with '# noqa'Ian Cordasco2016-07-252-6/+8
* Update release notes and version string for 3.03.0.0Ian Cordasco2016-07-241-1/+1
* Support functions as file plugins tooFabian Neundorf2016-07-241-5/+7
* Check for alternate_separator only when truthyIan Cordasco2016-07-221-1/+2
* Check for both os.path.sep and os.path.altsepIan Cordasco2016-07-221-4/+7
* Fix typo in documentation using `indect`Fabian Neundorf2016-07-211-1/+1
* Fix up merge request 78Ian Cordasco2016-07-204-42/+43
* Propagate the stdin_display_name to checker and processorLeonardo Rochael Almeida2016-07-204-14/+15
* Allow stdin and directly named files to be excluded from checkLeonardo Rochael Almeida2016-07-202-17/+24
* Merge branch 'legacy-api-tests' into 'master' Ian Cordasco2016-07-191-2/+3
|\
| * Add a bunch more legacy API testsIan Cordasco2016-07-191-2/+3
* | Fix git config parsingSabbir Muhit2016-07-181-1/+1
|/
* Add OptionManager#parse_known_argsIan Cordasco2016-07-162-4/+38
* Use raw strings for docstringIan Cordasco2016-07-141-1/+1
* Document Legacy APIIan Cordasco2016-07-141-1/+13
* Fix up docstrings and __all__ in api.legacyIan Cordasco2016-07-141-2/+17
* Run the individual methods in Application#initializeIan Cordasco2016-07-142-1/+12
* Use statistics in the legacy report classIan Cordasco2016-07-121-1/+6
* Add statistics collection to StyleGuideIan Cordasco2016-07-121-0/+3
* Add actual tests around statistics moduleadd-statisticsIan Cordasco2016-07-121-23/+40
* Add the statistics moduleIan Cordasco2016-07-111-0/+101
* Handle errors reported in empty filesIan Cordasco2016-07-092-3/+10
* Update setuptools integration for setup.cfgbug/163Ian Cordasco2016-07-092-5/+33
* Handle kwargs passed to get_style_guidebackwards-compat-apiIan Cordasco2016-07-071-0/+10
* Fill in most of the legacy APIIan Cordasco2016-07-074-59/+153
* Add the skeleton for the LegacyStyleGuideIan Cordasco2016-06-301-0/+47
* Update defaultsIan Cordasco2016-06-301-2/+2
* Remove exc_info for logging.exceptionIan Cordasco2016-06-291-1/+1
* Revert "Prefer `.flake8` if present for options."Ian Cordasco2016-06-281-3/+1
* Iterate over the checkers fewer timesIan Cordasco2016-06-281-4/+17
* Bump version for next beta releaseIan Cordasco2016-06-281-1/+1
* Fix some logging and logging levelsIan Cordasco2016-06-282-5/+5
* Add python and platform details to --versionIan Cordasco2016-06-282-2/+21
* Handle optional parameters that were never supportedIan Cordasco2016-06-283-12/+32
* Enable plugins automatically during registrationIan Cordasco2016-06-283-2/+31
* Parse hyphenated config names alsoIan Cordasco2016-06-282-2/+4
* Handle EarlyQuits and KeyboardInterruptsIan Cordasco2016-06-261-0/+4
* Search current directory if no paths are specifiedIan Cordasco2016-06-263-6/+26
* Prefer `.flake8` if present for options.Tom Prince2016-06-251-1/+3
* Merge branch 'origin/proposed/3.0' into master3.0.0b1Ian Cordasco2016-06-251-0/+1
* Move flake8 into srcIan Cordasco2016-06-2529-0/+4358