Display the local paths from the git hook

Instead of displaying the path to the temporary directory, as we always
have, it's been requested that we instead display the path to the file
that was copied to the temporary directory.

Closes #244
This commit is contained in:
Ian Cordasco 2016-11-19 18:59:53 -06:00
parent 85c495b012
commit d6b1baf8af
No known key found for this signature in database
GPG key ID: 656D3395E4A9791A
2 changed files with 17 additions and 0 deletions

View file

@ -8,6 +8,9 @@ You can view the `3.3.0 milestone`_ on GitLab for more details.
- Dramatically improve the performance of Flake8 (`GitLab!156`_)
- Display the local file path instead of the temporary file path when
using the git hook (`GitLab#244`_)
- Fix problem where hooks should only check \*.py files. (See also
`GitLab#268`_)
@ -17,6 +20,8 @@ You can view the `3.3.0 milestone`_ on GitLab for more details.
.. links
.. _3.3.0 milestone:
https://gitlab.com/pycqa/flake8/milestones/16
.. _GitLab#244:
https://gitlab.com/pycqa/flake8/issues/244
.. _GitLab#251:
https://gitlab.com/pycqa/flake8/issues/251
.. _GitLab#268: