<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/flake8.git/src/flake8/main/git.py, branch 3.4.0</title>
<subtitle>gitlab.com: pycqa/flake8.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/'/>
<entry>
<title>Removed unused imported module `os` form flake8.main.git._HOOK_TEMPLATE</title>
<updated>2017-07-27T10:59:49+00:00</updated>
<author>
<name>Ayman Nedjmeddine</name>
<email>theycallmethedr@gmail.com</email>
</author>
<published>2017-07-27T10:59:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=43e2648ac38a04a2bc448b6f86fb4b4a6744887c'/>
<id>43e2648ac38a04a2bc448b6f86fb4b4a6744887c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not run git-hook checks when there are no files</title>
<updated>2017-01-27T21:57:23+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2017-01-27T21:57:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=49fcbf468d1215c3a2a671c5c371679b8b6a246a'/>
<id>49fcbf468d1215c3a2a671c5c371679b8b6a246a</id>
<content type='text'>
Apparently there are some cases where the git hook will not find files
to run the checks against (e.g., when amending a commit message). In
those cases, it's best not to attempt to run any checks and to allow the
hook to exit successfully.

Closes #303
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Apparently there are some cases where the git hook will not find files
to run the checks against (e.g., when amending a commit message). In
those cases, it's best not to attempt to run any checks and to allow the
hook to exit successfully.

Closes #303
</pre>
</div>
</content>
</entry>
<entry>
<title>Display the local paths from the git hook</title>
<updated>2016-12-21T01:15:18+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-11-20T00:59:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=d6b1baf8af69e37f2eb15116952eddd18995847f'/>
<id>d6b1baf8af69e37f2eb15116952eddd18995847f</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Only force files to be included when run from CLI</title>
<updated>2016-11-23T22:36:26+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-11-23T22:36:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=e4582ef4e767ca7498cf42bdf8772b82dcf0ded3'/>
<id>e4582ef4e767ca7498cf42bdf8772b82dcf0ded3</id>
<content type='text'>
Previously we added support so users can do:

    $ flake8 bin/executable

But this broke the fact that git hooks shouldn't check things like
reStructuredText doc files. This commit restores that functionality but
will cause bin/executable to be ignored in the git hook. This seems fair
since folks can amend their filename patterns to include it explicitly.

Closes #268
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously we added support so users can do:

    $ flake8 bin/executable

But this broke the fact that git hooks shouldn't check things like
reStructuredText doc files. This commit restores that functionality but
will cause bin/executable to be ignored in the git hook. This seems fair
since folks can amend their filename patterns to include it explicitly.

Closes #268
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct exclude paths in git hook</title>
<updated>2016-11-13T20:48:18+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-11-13T20:48:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=2197c2ea1561e7dca595d82d30d4e5dceada2f07'/>
<id>2197c2ea1561e7dca595d82d30d4e5dceada2f07</id>
<content type='text'>
When running the git hook, even though the appropriate config file is
found and processed, the exclude patterns and paths were not being
corrected to account for the temporary directory that we copy the files
into.

Related-to #223
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When running the git hook, even though the appropriate config file is
found and processed, the exclude patterns and paths were not being
corrected to account for the temporary directory that we copy the files
into.

Related-to #223
</pre>
</div>
</content>
</entry>
<entry>
<title>Change how we initialize our git hook application</title>
<updated>2016-11-09T03:17:24+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-11-09T03:11:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=7320cce02b24522abb707bedc05d6dad5a568f9a'/>
<id>7320cce02b24522abb707bedc05d6dad5a568f9a</id>
<content type='text'>
Look for configuration files in the current directory while checking the
files in the temporary directory.

Closes #210
Closes #223
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Look for configuration files in the current directory while checking the
files in the temporary directory.

Closes #210
Closes #223
</pre>
</div>
</content>
</entry>
<entry>
<title>Change how we apply lazy to the git hook</title>
<updated>2016-10-25T10:25:44+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-10-24T23:29:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=941896218d477c3ec117d21dc9da45d4265269b8'/>
<id>941896218d477c3ec117d21dc9da45d4265269b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Consider `lazy` parameter in git.find_modified_files function</title>
<updated>2016-08-14T22:19:03+00:00</updated>
<author>
<name>Sergey</name>
<email>sergey@skovorodkin.com</email>
</author>
<published>2016-08-14T22:19:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=2eec5060e9ddbb2cb18add3ae88723279a2f2ea9'/>
<id>2eec5060e9ddbb2cb18add3ae88723279a2f2ea9</id>
<content type='text'>

Refer to https://gitlab.com/pycqa/flake8/blob/867727f30408d53d743b1b6bb3cba4b7d33039c6/old/flake8/hooks.py#L34</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Refer to https://gitlab.com/pycqa/flake8/blob/867727f30408d53d743b1b6bb3cba4b7d33039c6/old/flake8/hooks.py#L34</pre>
</div>
</content>
</entry>
<entry>
<title>Fix git config parsing</title>
<updated>2016-07-19T02:44:45+00:00</updated>
<author>
<name>Sabbir Muhit</name>
<email>smuhit@gmail.com</email>
</author>
<published>2016-07-19T02:38:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=b712405586c9c2ede799008dbd26ebf621428d0d'/>
<id>b712405586c9c2ede799008dbd26ebf621428d0d</id>
<content type='text'>
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</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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</pre>
</div>
</content>
</entry>
<entry>
<title>Move flake8 into src</title>
<updated>2016-06-25T15:12:13+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-06-25T15:12:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=1a2c68f5da8ae95b8a156ef6f6a772bf82cf0f88'/>
<id>1a2c68f5da8ae95b8a156ef6f6a772bf82cf0f88</id>
<content type='text'>
This is an emerging best practice and there is little reason to not
follow it
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is an emerging best practice and there is little reason to not
follow it
</pre>
</div>
</content>
</entry>
</feed>
