<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/flake8.git, branch 3.1.0b2</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>Merge branch 'refactor-release-notes' into 'master'</title>
<updated>2016-11-13T21:04:31+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-11-13T21:04:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=7e44b47c9ede5789177de9fa55b5b19af59cdaba'/>
<id>7e44b47c9ede5789177de9fa55b5b19af59cdaba</id>
<content type='text'>

Create sub-sections for different release series

When looking at the documentation, the release notes section on the
sidebar was incredibly long, due to the number of releases available.
To make this more usable, I've split the release notes index into
sections for each release series (e.g., 3.x, 2.x, etc.). This allows
documentation users to open the release notes sidebar section, and then
select which series they want. That will expand and let them pick the
version.

See merge request !145</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Create sub-sections for different release series

When looking at the documentation, the release notes section on the
sidebar was incredibly long, due to the number of releases available.
To make this more usable, I've split the release notes index into
sections for each release series (e.g., 3.x, 2.x, etc.). This allows
documentation users to open the release notes sidebar section, and then
select which series they want. That will expand and let them pick the
version.

See merge request !145</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'bug/247' into 'master'</title>
<updated>2016-11-13T21:03:56+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-11-13T21:03:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=741d60c2fcf600e199648ab62cb95c13b3f7944f'/>
<id>741d60c2fcf600e199648ab62cb95c13b3f7944f</id>
<content type='text'>

Add a man page for Flake8

Document Flake8 for users expecting `man flake8` to work and include the
man page in Flake8's documentation.

Closes #247

See merge request !146</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Add a man page for Flake8

Document Flake8 for users expecting `man flake8` to work and include the
man page in Flake8's documentation.

Closes #247

See merge request !146</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'bug/223' into 'master'</title>
<updated>2016-11-13T20:59:10+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-11-13T20:59:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=7800351fe1caadca5b00da329a94b67ca611dd46'/>
<id>7800351fe1caadca5b00da329a94b67ca611dd46</id>
<content type='text'>

Correct exclude paths in git hook

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

See merge request !147</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Correct exclude paths in git hook

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

See merge request !147</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>Add a man page for Flake8</title>
<updated>2016-11-13T20:40:14+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-11-13T20:32:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=e380665530609bb2705eff01143de8ed09202caa'/>
<id>e380665530609bb2705eff01143de8ed09202caa</id>
<content type='text'>
Document Flake8 for users expecting `man flake8` to work and include the
man page in Flake8's documentation.

Closes #247
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Document Flake8 for users expecting `man flake8` to work and include the
man page in Flake8's documentation.

Closes #247
</pre>
</div>
</content>
</entry>
<entry>
<title>Create sub-sections for different release series</title>
<updated>2016-11-13T15:31:30+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-11-13T15:31:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=879768db8a19aa83f2a0b193036087ecea18af31'/>
<id>879768db8a19aa83f2a0b193036087ecea18af31</id>
<content type='text'>
When looking at the documentation, the release notes section on the
sidebar was incredibly long, due to the number of releases available.
To make this more usable, I've split the release notes index into
sections for each release series (e.g., 3.x, 2.x, etc.). This allows
documentation users to open the release notes sidebar section, and then
select which series they want. That will expand and let them pick the
version.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When looking at the documentation, the release notes section on the
sidebar was incredibly long, due to the number of releases available.
To make this more usable, I've split the release notes index into
sections for each release series (e.g., 3.x, 2.x, etc.). This allows
documentation users to open the release notes sidebar section, and then
select which series they want. That will expand and let them pick the
version.
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare to release 3.1.0 on 2016-11-14</title>
<updated>2016-11-12T20:54:32+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-11-12T20:54:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=3fecbe177d66cf34951cda6e1a86d92e5537e1ce'/>
<id>3fecbe177d66cf34951cda6e1a86d92e5537e1ce</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 'bug/249' into 'master'</title>
<updated>2016-11-12T20:52:15+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-11-12T20:52:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=43e755e2f407e09361fe363b384c3d44f2dd11c6'/>
<id>43e755e2f407e09361fe363b384c3d44f2dd11c6</id>
<content type='text'>

Add documentation for VCS hooks

Closes #249

See merge request !144</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Add documentation for VCS hooks

Closes #249

See merge request !144</pre>
</div>
</content>
</entry>
<entry>
<title>Add documentation for VCS hooks</title>
<updated>2016-11-12T20:21:42+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-11-12T20:21:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=f4a5021660e2a828b25e7b2c42a27f8a3d208476'/>
<id>f4a5021660e2a828b25e7b2c42a27f8a3d208476</id>
<content type='text'>
Closes #249
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #249
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'bug/228' into 'master'</title>
<updated>2016-11-12T20:05:26+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-11-12T20:05:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=419d3a665d4f4ea016568000d319047e5e17dc27'/>
<id>419d3a665d4f4ea016568000d319047e5e17dc27</id>
<content type='text'>

Remove reference to OpenStack Swift

This section of the docs could be read as pointing out the project as a
bad example. It was not intended this way, but I would like to avoid
anyone interpreting it this way. As a result, we'll continue to use
their configuration section as an example but not name names.

Closes #228

See merge request !143</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Remove reference to OpenStack Swift

This section of the docs could be read as pointing out the project as a
bad example. It was not intended this way, but I would like to avoid
anyone interpreting it this way. As a result, we'll continue to use
their configuration section as an example but not name names.

Closes #228

See merge request !143</pre>
</div>
</content>
</entry>
</feed>
