summaryrefslogtreecommitdiff
path: root/src/flake8/main/git.py
Commit message (Expand)AuthorAgeFilesLines
* Use black to reformat Flake8Ian Stapleton Cordasco2018-10-201-31/+33
* fix for flake8-isortTomer Chachamu2017-11-271-0/+18
* Tell user how to configure VCS hooks.Peter Cock2017-08-041-0/+6
* Removed unused imported module `os` form flake8.main.git._HOOK_TEMPLATEAyman Nedjmeddine2017-07-271-1/+0
* Do not run git-hook checks when there are no filesIan Cordasco2017-01-271-3/+10
* Display the local paths from the git hookIan Cordasco2016-12-201-0/+12
* Only force files to be included when run from CLIIan Cordasco2016-11-231-0/+1
* Correct exclude paths in git hookIan Cordasco2016-11-131-0/+9
* Change how we initialize our git hook applicationIan Cordasco2016-11-081-2/+2
* Change how we apply lazy to the git hookIan Cordasco2016-10-251-5/+8
* Consider `lazy` parameter in git.find_modified_files function Sergey2016-08-141-1/+1
* Fix git config parsingSabbir Muhit2016-07-181-1/+1
* Move flake8 into srcIan Cordasco2016-06-251-0/+207