summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update our flake8 testenv dependencies uncap-flake8Ian Cordasco2016-07-261-2/+2
* Move the unreleased note to the right versionIan Cordasco2016-07-262-4/+4
* Merge branch 'bug/181' into 'master' Ian Cordasco2016-07-265-27/+22
|\
| * Fix project config file discoveryIan Cordasco2016-07-265-27/+22
|/
* Update NOQA regular expressionIan Cordasco2016-07-262-1/+4
* Add release notes for 3.0.13.0.1Ian Cordasco2016-07-251-0/+9
* Merge branch 'bug/180' into 'master' Ian Cordasco2016-07-264-2/+36
|\
| * Handle repeated --quiet options againIan Cordasco2016-07-254-2/+36
* | Merge branch 'bug/180' into 'master' Ian Cordasco2016-07-253-0/+31
|\ \ | |/
| * Wire-up --statistics againbug/180Ian Cordasco2016-07-253-0/+31
* | Merge branch 'bug/output-file' into 'master' Ian Cordasco2016-07-251-0/+2
|\ \
| * | Set-up and stop our formatterbug/output-fileIan Cordasco2016-07-251-0/+2
| |/
* | Merge branch 'file-plugin-docs' into 'master' Ian Cordasco2016-07-251-4/+11
|\ \ | |/ |/|
| * Update documentation to separate parameter typesFabian Neundorf2016-07-251-4/+11
* | Merge branch 'bug/177' into 'master' Ian Cordasco2016-07-254-6/+19
|\ \ | |/ |/|
| * Handle multiline strings with '# noqa'Ian Cordasco2016-07-254-6/+19
|/
* Merge branch 'unbreak-builds' into 'master' Ian Cordasco2016-07-251-1/+1
|\
| * Force flake8 test to below 3.xFabian Neundorf2016-07-251-1/+1
|/
* Update release notes and version string for 3.03.0.0Ian Cordasco2016-07-242-19/+7
* Merge branch 'run-functions'Ian Cordasco2016-07-242-5/+85
|\
| * Relocate integration style checker testsIan Cordasco2016-07-242-73/+79
| * Support functions as file plugins tooFabian Neundorf2016-07-242-6/+80
|/
* Merge branch 'windows-bugs' into 'master' Ian Cordasco2016-07-222-5/+9
|\
| * Check for alternate_separator only when truthyIan Cordasco2016-07-222-2/+3
| * Check for both os.path.sep and os.path.altsepIan Cordasco2016-07-221-4/+7
|/
* Add AppVeyor config fileIan Cordasco2016-07-221-0/+8
* Merge branch 'fix-typo-indect' into 'master' Ian Cordasco2016-07-212-2/+2
|\
| * Fix typo in documentation using `indect`Fabian Neundorf2016-07-212-2/+2
|/
* Merge branch 'pr/78'Ian Cordasco2016-07-207-65/+119
|\
| * Fix up merge request 78Ian Cordasco2016-07-205-45/+54
| * Propagate the stdin_display_name to checker and processorLeonardo Rochael Almeida2016-07-205-15/+21
| * Allow stdin and directly named files to be excluded from checkLeonardo Rochael Almeida2016-07-202-17/+24
| * Merge branch 'document-polyfill' into 'master' Ian Cordasco2016-07-202-46/+78
| |\ |/ /
| * Trim trailing whitespace in compat docsIan Cordasco2016-07-201-1/+1
| * Document flake8-polyfill in compatibility sectionIan Cordasco2016-07-202-46/+78
|/
* Merge branch 'legacy-api-tests' into 'master' Ian Cordasco2016-07-192-2/+148
|\
| * Add a bunch more legacy API testsIan Cordasco2016-07-192-2/+98
| * Add more simple tests for the legacy apilegacy-api-testsIan Cordasco2016-07-161-0/+28
| * Begin adding tests for the Legacy APIIan Cordasco2016-07-161-0/+22
* | Merge branch 'git-config-parsing' into 'master' Ian Cordasco2016-07-191-1/+1
|\ \ | |/ |/|
| * Fix git config parsingSabbir Muhit2016-07-181-1/+1
|/
* Merge branch 'bug/168' into 'master' Ian Cordasco2016-07-163-4/+47
|\
| * Add OptionManager#parse_known_argsIan Cordasco2016-07-163-4/+47
|/
* Use raw strings for docstringIan Cordasco2016-07-141-1/+1
* Document Legacy APIIan Cordasco2016-07-142-2/+106
* 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
* Merge branch 'add-statistics' into 'master' Ian Cordasco2016-07-134-1/+248
|\
| * Use statistics in the legacy report classIan Cordasco2016-07-121-1/+6
| * Add statistics collection to StyleGuideIan Cordasco2016-07-121-0/+3