Closed mrtrkmn closed 4 years ago
Note that the failing test case is NOT about the changes in this pull request.
👍 overall, but one point I'd like to have clarified; This seems to (potentially) modify the working tree with
autopep8
, but after committer decides what is to be commit and after creating the commit message. Do we understand where the changes byautopep8
will go? It seems to me that, as long asautopep8
is available, the staged changes will be committed whether there are pep8 corrections to be made or not, and any changes byautopep8
will be left in the working tree. Is that correctly understood and is that as intended?
Yes good point to mention, it is annoying to review changes which are caused by autopep8
in one commit, however it cannot be seen multiple times. Since other parts of the project will be already linted and just the part where changes made will be effected by this hook, . So, if the code base already linted by autopep8
, the parts other than the actual changes will not be affected.
I hope, I have understood your concerns correctly and responded accordingly.
I hope, I have understood your concerns correctly and responded accordingly.
I'm not sure, but it's minor so let's let it fly :)
I'm not sure, but it's minor so let's let it fly :)
I mean, once everything is linted, there will be no more linting other than changed files for a commit.
I will merge at the end, this way develop
will be linted and include latest changes.
fixes #117