<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/flake8.git/docs/source/user, branch pre_commit_config</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>Add https://pre-commit.com metadata</title>
<updated>2018-11-21T21:40:48+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2018-11-21T21:40:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=ef5ef0d9bf601694c2f91f5fe610c69a5a98648d'/>
<id>ef5ef0d9bf601694c2f91f5fe610c69a5a98648d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Grammar fixes</title>
<updated>2018-11-11T09:14:51+00:00</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2018-11-11T09:14:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=dedb741fadc19fd547798afb8def09e776840341'/>
<id>dedb741fadc19fd547798afb8def09e776840341</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'per-file-style-guide' into 'master'</title>
<updated>2018-10-29T15:37:11+00:00</updated>
<author>
<name>Ian Stapleton Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2018-10-29T15:37:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=4439ea202526b50154d287f3e581222a4c86d782'/>
<id>4439ea202526b50154d287f3e581222a4c86d782</id>
<content type='text'>
Add support for per-file ignores in config

Closes #156

See merge request pycqa/flake8!259</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for per-file ignores in config

Closes #156

See merge request pycqa/flake8!259</pre>
</div>
</content>
</entry>
<entry>
<title>Clearer docs, NOQA_INLINE_REGEXP comment - fixes #469</title>
<updated>2018-10-28T19:17:01+00:00</updated>
<author>
<name>Jesaja Everling</name>
<email>jeverling@gmail.com</email>
</author>
<published>2018-10-28T19:08:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=cafe7805147a44959038dfb489a95d157a8e43b9'/>
<id>cafe7805147a44959038dfb489a95d157a8e43b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add versionadded notes for options</title>
<updated>2018-10-27T16:58:51+00:00</updated>
<author>
<name>Ian Stapleton Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2018-10-27T16:58:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=6ae2295bfeea68c11a7d13282a9bfde1a553449b'/>
<id>6ae2295bfeea68c11a7d13282a9bfde1a553449b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add documentation for --per-file-ignores</title>
<updated>2018-10-27T16:35:07+00:00</updated>
<author>
<name>Ian Stapleton Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2018-10-27T12:51:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=19148eb5d74684dbaa249619a1b60325ffc5f7ac'/>
<id>19148eb5d74684dbaa249619a1b60325ffc5f7ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add documentation for `flake8 --extend-ignore`</title>
<updated>2018-10-26T15:42:00+00:00</updated>
<author>
<name>Lars Butler</name>
<email>Lars.Butler@gmail.com</email>
</author>
<published>2018-10-24T16:03:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=144b5af7a8008a37e7d654c986b3117862d2b73c'/>
<id>144b5af7a8008a37e7d654c986b3117862d2b73c</id>
<content type='text'>
Also highlight the behavioral differences between `flake --ignore` and
`flake --extend-ignore`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also highlight the behavioral differences between `flake --ignore` and
`flake --extend-ignore`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix docs for --isolated flag</title>
<updated>2018-09-10T02:22:58+00:00</updated>
<author>
<name>Sargun Vohra</name>
<email>sargun.vohra@gmail.com</email>
</author>
<published>2018-09-10T02:22:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=21531962bfb0dc9a915d93a7ee87748f97551a75'/>
<id>21531962bfb0dc9a915d93a7ee87748f97551a75</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to pyflakes 2.0.0</title>
<updated>2018-06-05T14:17:29+00:00</updated>
<author>
<name>Miro Hrončok</name>
<email>miro@hroncok.cz</email>
</author>
<published>2018-06-03T20:18:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=527af5c214ef0eccfde3dd58d7ea15e09c483bd3'/>
<id>527af5c214ef0eccfde3dd58d7ea15e09c483bd3</id>
<content type='text'>
- Add new pyflakes codes
- Bump the required versions
- Fixes https://gitlab.com/pycqa/flake8/issues/422
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add new pyflakes codes
- Bump the required versions
- Fixes https://gitlab.com/pycqa/flake8/issues/422
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: Link fixes and redirect avoidance</title>
<updated>2018-05-21T16:17:59+00:00</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2018-05-21T16:17:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=cc5558c926eb04a63d4311002e0446bac74af0eb'/>
<id>cc5558c926eb04a63d4311002e0446bac74af0eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
