<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/flake8.git, branch pre_commit_config</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>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://git.baserock.org/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>Merge branch 'entrypoints' into 'master'</title>
<updated>2018-11-21T17:28:55+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2018-11-21T17:28:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=b3f205a936c8e7d3e3866b417f44872f8bf4ad2c'/>
<id>b3f205a936c8e7d3e3866b417f44872f8bf4ad2c</id>
<content type='text'>
Replace setuptools with entrypoints

See merge request pycqa/flake8!264</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace setuptools with entrypoints

See merge request pycqa/flake8!264</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'grammar' into 'master'</title>
<updated>2018-11-11T16:13:22+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2018-11-11T16:13:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=cd75e4e2b2f72b585d6eaf75dd9b3afe4ecdb925'/>
<id>cd75e4e2b2f72b585d6eaf75dd9b3afe4ecdb925</id>
<content type='text'>
Grammar fixes

See merge request pycqa/flake8!266</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Grammar fixes

See merge request pycqa/flake8!266</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://git.baserock.org/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>Replace setuptools with entrypoints</title>
<updated>2018-11-05T19:08:37+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2018-11-05T19:06:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=ff15ba0865c396688ac3254b6401beed501496f4'/>
<id>ff15ba0865c396688ac3254b6401beed501496f4</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://git.baserock.org/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>Merge branch 'defect/469-improve-inline-noqa-regex-comment-and-documentation' into 'master'</title>
<updated>2018-10-28T20:25:53+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2018-10-28T20:25:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=732a466ee8eec06d195ec70081e53ec187b5b114'/>
<id>732a466ee8eec06d195ec70081e53ec187b5b114</id>
<content type='text'>
Clearer docs, NOQA_INLINE_REGEXP comment - fixes #469

Closes #469

See merge request pycqa/flake8!262</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Clearer docs, NOQA_INLINE_REGEXP comment - fixes #469

Closes #469

See merge request pycqa/flake8!262</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://git.baserock.org/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://git.baserock.org/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>Merge branch 'add-extend-ignore-to-violations-docs' into 'master'</title>
<updated>2018-10-27T16:56:59+00:00</updated>
<author>
<name>Ian Stapleton Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2018-10-27T16:56:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=4773995430e56f5669861438cc3ce2845953ad51'/>
<id>4773995430e56f5669861438cc3ce2845953ad51</id>
<content type='text'>
Add documentation for `flake8 --extend-ignore`

See merge request pycqa/flake8!258</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add documentation for `flake8 --extend-ignore`

See merge request pycqa/flake8!258</pre>
</div>
</content>
</entry>
</feed>
