summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'bug/318' into 'master'Ian Cordasco2017-05-281-4/+9
|\
| * Simplify conditoinal in decision logicIan Cordasco2017-05-271-2/+2
| * Further refine our logic handling selectionIan Cordasco2017-05-271-4/+9
* | Prefer iter(dict) instead of dict.keys()Jon Dufresne2017-05-274-5/+5
|/
* Support spaces as error/ignore code separatorsIan Cordasco2017-05-251-1/+2
* Filter out empty ignore/select codesIan Cordasco2017-05-201-1/+2
* Clean up some uses of set, list, and dictJon Dufresne2017-05-136-36/+36
* Make formatting plugin logic easier to testIan Cordasco2017-05-131-13/+23
* Handle missing default formatterIan Cordasco2017-05-132-1/+20
* Fix docstring violationsIan Cordasco2017-05-124-11/+9
* Don't apply excludes greedily to subdirsAnthony Sottile2017-03-161-1/+1
* Merge branch 'bug/306' into 'master' Ian Cordasco2017-03-011-4/+14
|\
| * Modify stdin retriever to detect coding pragmaIan Cordasco2017-02-201-4/+14
* | Merge branch 'legacy_api_custom_formatter' into 'master' Ian Cordasco2017-02-081-0/+2
|\ \ | |/ |/|
| * Recreate file_checker_manager since it has references to old style_guide/form...Philip Witty2016-12-151-0/+2
* | Release v3.3.03.3.0Ian Cordasco2017-02-061-1/+1
* | Do not run git-hook checks when there are no filesIan Cordasco2017-01-271-3/+10
* | Avoid calling rstrip on NoneIan Cordasco2017-01-271-10/+15
* | Return similarly named, non-submodule modulesIan Cordasco2017-01-221-1/+1
* | Force --version to be reproducibleRaphael Das Gupta2017-01-211-1/+1
* | Correct "systema" typo in usage documentation.Andrew Drake2017-01-171-1/+1
* | Merge branch 'setuptools-exit' of scop/flake8Ian Cordasco2017-01-141-1/+7
|\ \
| * | Cause system exit only for non-zero exit statuses in setuptools commandVille Skyttä2016-12-081-1/+7
| |/
* | Display the local paths from the git hookIan Cordasco2016-12-201-0/+12
* | Enable users who want to track all files processedIan Cordasco2016-12-203-2/+29
* | Tidy up last few bits for performance improvementIan Cordasco2016-12-201-10/+10
* | Simplify and speed up multiprocessingAnthony Sottile2016-11-292-102/+61
|/
* Assign missing codes to PyFlakes messagesLukasz Langa2016-11-281-17/+34
* Only force files to be included when run from CLIIan Cordasco2016-11-234-15/+30
* Prepare for 3.3.0 developmentIan Cordasco2016-11-211-1/+1
* Update release notes and version string for 3.2.13.2.1Ian Cordasco2016-11-191-1/+1
* Merge branch 'bug/259' into 'master' Ian Cordasco2016-11-201-16/+15
|\
| * Handle SyntaxErrors in a slightly smarter wayIan Cordasco2016-11-171-16/+15
* | Skip filename pattern check for provided filesIan Cordasco2016-11-191-1/+8
|/
* Fix subtle reporting bug for default on pluginsIan Cordasco2016-11-153-27/+64
* Prepare for 3.2.1 developmentIan Cordasco2016-11-151-1/+1
* Release 3.2.03.2.0Ian Cordasco2016-11-141-1/+1
* Add release notes for 3.1.13.1.1Ian Cordasco2016-11-141-1/+1
* Correct exclude paths in git hookIan Cordasco2016-11-131-0/+9
* Prepare to release 3.1.0 on 2016-11-143.1.0b1Ian Cordasco2016-11-121-1/+1
* Exit non-zero if something goes wrong during a runIan Cordasco2016-11-121-1/+7
* Merge branch 'bug/245' into 'master' Ian Cordasco2016-11-121-0/+8
|\
| * Do not print the source when provided with -qIan Cordasco2016-11-111-0/+8
* | Actually remove enabled extensions from ignore listIan Cordasco2016-11-091-2/+9
|/
* Merge branch 'bug/223' into 'master' Ian Cordasco2016-11-091-2/+2
|\
| * Change how we initialize our git hook applicationIan Cordasco2016-11-081-2/+2
* | Exit early if the diff is emptyIan Cordasco2016-11-081-0/+2
|/
* Merge branch 'master' into 'master' Ian Cordasco2016-11-091-0/+2
|\
| * Fixed E305: expected 2 blank lines after class or function definitionOndřej Nový2016-11-081-0/+2
* | Merge branch 'pycodestyle21' into 'master' Ian Cordasco2016-11-091-0/+5
|\ \