<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/flake8.git/src/flake8/main/git.py, branch noqa_continuation</title>
<subtitle>gitlab.com: pycqa/flake8.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/'/>
<entry>
<title>mypy now passes</title>
<updated>2019-05-20T00:31:04+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2019-05-20T00:01:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=fb7e9338cd06760a2f9096f976f0e246fc36a09e'/>
<id>fb7e9338cd06760a2f9096f976f0e246fc36a09e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use black to reformat Flake8</title>
<updated>2018-10-20T17:37:14+00:00</updated>
<author>
<name>Ian Stapleton Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2018-10-20T12:31:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=c58a4662d8920cf70ea688edd9eaf9d783a856a7'/>
<id>c58a4662d8920cf70ea688edd9eaf9d783a856a7</id>
<content type='text'>
Instead of just using Flake8 and pylint to keep Flake8 clean, let's also
use black to make it less manual for clean-up.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of just using Flake8 and pylint to keep Flake8 clean, let's also
use black to make it less manual for clean-up.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix for flake8-isort</title>
<updated>2017-11-27T11:10:41+00:00</updated>
<author>
<name>Tomer Chachamu</name>
<email>tomer@festicket.com</email>
</author>
<published>2017-11-24T13:08:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=9d2ff76d312873ddf1bc19b20bff3d94d3cfda50'/>
<id>9d2ff76d312873ddf1bc19b20bff3d94d3cfda50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tell user how to configure VCS hooks.</title>
<updated>2017-08-04T10:47:50+00:00</updated>
<author>
<name>Peter Cock</name>
<email>p.j.a.cock@googlemail.com</email>
</author>
<published>2017-08-04T10:47:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=9457d84cfda7f9c17d67fa3b95d7b826162ddb00'/>
<id>9457d84cfda7f9c17d67fa3b95d7b826162ddb00</id>
<content type='text'>
Also fills out the hg install hook docstring.

This would close GitLab issue #335.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also fills out the hg install hook docstring.

This would close GitLab issue #335.
</pre>
</div>
</content>
</entry>
<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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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>
</feed>
