summaryrefslogtreecommitdiff
path: root/docs/source/release-notes
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2016-11-19 18:59:53 -0600
committerIan Cordasco <graffatcolmingov@gmail.com>2016-12-20 19:15:18 -0600
commitd6b1baf8af69e37f2eb15116952eddd18995847f (patch)
tree884b33990df9f323c9342f73052cebe65ad54b0a /docs/source/release-notes
parent85c495b01283ab036ef11e755153e5f0acc4d8c7 (diff)
downloadflake8-d6b1baf8af69e37f2eb15116952eddd18995847f.tar.gz
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
Diffstat (limited to 'docs/source/release-notes')
-rw-r--r--docs/source/release-notes/3.3.0.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/source/release-notes/3.3.0.rst b/docs/source/release-notes/3.3.0.rst
index 2fb0c92..dc07e7b 100644
--- a/docs/source/release-notes/3.3.0.rst
+++ b/docs/source/release-notes/3.3.0.rst
@@ -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: