summaryrefslogtreecommitdiff
path: root/src/flake8/main/git.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix git config parsingSabbir Muhit2016-07-181-1/+1
| | | | | Since the "git config" command adds a newline to the end of its output, the extraneous whitespace needs to be stripped out for proper parsing. Fixes #170
* Move flake8 into srcIan Cordasco2016-06-251-0/+207
This is an emerging best practice and there is little reason to not follow it