<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pep8.git/docs, branch pre-commit-ci-update-config</title>
<subtitle>github.com: jcrocholl/pep8.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pep8.git/'/>
<entry>
<title>Remove involuntary NBSP from the documentation</title>
<updated>2021-11-09T08:20:58+00:00</updated>
<author>
<name>Pierre Sassoulas</name>
<email>pierre.sassoulas@gmail.com</email>
</author>
<published>2021-11-06T13:35:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pep8.git/commit/?id=cc57361db5f8458930e612206f0e05d3fc882c93'/>
<id>cc57361db5f8458930e612206f0e05d3fc882c93</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>run pyupgrade</title>
<updated>2021-11-08T23:33:45+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2021-11-08T23:32:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pep8.git/commit/?id=a9b60986706c037949ef8a7d01a0085cc8122f81'/>
<id>a9b60986706c037949ef8a7d01a0085cc8122f81</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add simple .pre-commit-config.yaml</title>
<updated>2021-10-11T00:14:20+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2021-10-11T00:14:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pep8.git/commit/?id=e2eaea87bbf72c52c7db5415420b5befd0f43723'/>
<id>e2eaea87bbf72c52c7db5415420b5befd0f43723</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>drop python 3.4</title>
<updated>2021-03-16T14:51:22+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2021-03-16T14:51:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pep8.git/commit/?id=9da39388168641582ea44c177a3259a6327f8eeb'/>
<id>9da39388168641582ea44c177a3259a6327f8eeb</id>
<content type='text'>
github actions no longer supports python 3.4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
github actions no longer supports python 3.4
</pre>
</div>
</content>
</entry>
<entry>
<title>Support for space indents with size other than 4</title>
<updated>2020-11-18T18:50:57+00:00</updated>
<author>
<name>Jason Ansel</name>
<email>jansel@locu.com</email>
</author>
<published>2013-06-08T22:29:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pep8.git/commit/?id=c060b1c1f46b126a5f0c429701f30f2e7e800815'/>
<id>c060b1c1f46b126a5f0c429701f30f2e7e800815</id>
<content type='text'>
This is an updated revision of pull requests #206 and #524
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is an updated revision of pull requests #206 and #524
</pre>
</div>
</content>
</entry>
<entry>
<title>Update documentation URLs</title>
<updated>2020-05-24T19:00:09+00:00</updated>
<author>
<name>Sebastiaan Lokhorst</name>
<email>sebastiaanlokhorst@gmail.com</email>
</author>
<published>2020-05-24T19:00:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pep8.git/commit/?id=a317cd31f46ca7df910dd2a0a5162e569fbd8062'/>
<id>a317cd31f46ca7df910dd2a0a5162e569fbd8062</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add check for over-indented blocks</title>
<updated>2019-01-25T02:04:21+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2017-11-05T23:46:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pep8.git/commit/?id=68335d1a6d65de7ed09af580bdb909c5f6c139c2'/>
<id>68335d1a6d65de7ed09af580bdb909c5f6c139c2</id>
<content type='text'>
In a project with all lines indented 4 spaces, I noticed pycodestyle was
not catching code that was accidentally indented two levels (8 spaces).
The over indentation was unintended and can be caught during static
analysis.

Fixes #430
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In a project with all lines indented 4 spaces, I noticed pycodestyle was
not catching code that was accidentally indented two levels (8 spaces).
The over indentation was unintended and can be caught during static
analysis.

Fixes #430
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove suggestion and documentation of using unmaintained nose</title>
<updated>2018-09-15T18:44:01+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-09-15T18:14:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pep8.git/commit/?id=64c2e300cd1aed0abc82e75ed1139cc989c0e1b9'/>
<id>64c2e300cd1aed0abc82e75ed1139cc989c0e1b9</id>
<content type='text'>
The nose project has ceased development. The last commit is from Mar 3,
2016. From their docs page:

https://nose.readthedocs.io/

&gt; Note to Users
&gt;
&gt; Nose has been in maintenance mode for the past several years and will
&gt; likely cease without a new person/team to take over maintainership.
&gt; New projects should consider using Nose2, py.test, or just plain
&gt; unittest/unittest2.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The nose project has ceased development. The last commit is from Mar 3,
2016. From their docs page:

https://nose.readthedocs.io/

&gt; Note to Users
&gt;
&gt; Nose has been in maintenance mode for the past several years and will
&gt; likely cease without a new person/team to take over maintainership.
&gt; New projects should consider using Nose2, py.test, or just plain
&gt; unittest/unittest2.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update all pypi.python.org URLs to pypi.org</title>
<updated>2018-06-10T01:00:22+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-06-10T01:00:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pep8.git/commit/?id=82a2408c0c097d99d6ecfe13e876cdb77f37e112'/>
<id>82a2408c0c097d99d6ecfe13e876cdb77f37e112</id>
<content type='text'>
For details on the new PyPI, see the blog post:

https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For details on the new PyPI, see the blog post:

https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove support for EOL Python 2.6 and 3.3</title>
<updated>2018-06-02T15:45:53+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-01-17T01:37:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pep8.git/commit/?id=06900154096902ebbd8076b4ff22a4f41327626d'/>
<id>06900154096902ebbd8076b4ff22a4f41327626d</id>
<content type='text'>
Python 2.6 an 3.3 are end of life. They are no longer receiving bug
fixes, including for security issues. Python 2.6 went EOL on 2013-10-29
and 3.3 on 2017-09-29. For additional details on support Python
versions, see:

https://devguide.python.org/#status-of-python-branches

Removing support for EOL Pythons will reduce testing and maintenance
resources. Removed all workarounds for older Pythons.

Updated trove classifiers and documentation to better communicate
supported Python versions.

Additionally, pass python_requires argument to setuptools. Helps pip
decide what version of the library to install.

https://packaging.python.org/tutorials/distributing-packages/#python-requires

&gt; If your project only runs on certain Python versions, setting the
&gt; python_requires argument to the appropriate PEP 440 version specifier
&gt; string will prevent pip from installing the project on other Python
&gt; versions.

https://setuptools.readthedocs.io/en/latest/setuptools.html#new-and-changed-setup-keywords

&gt; python_requires
&gt;
&gt; A string corresponding to a version specifier (as defined in PEP 440)
&gt; for the Python version, used to specify the Requires-Python defined in
&gt; PEP 345.

Can now use more modern Python syntax including dictionary comprehension
as well as more generators.

Closes #755
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python 2.6 an 3.3 are end of life. They are no longer receiving bug
fixes, including for security issues. Python 2.6 went EOL on 2013-10-29
and 3.3 on 2017-09-29. For additional details on support Python
versions, see:

https://devguide.python.org/#status-of-python-branches

Removing support for EOL Pythons will reduce testing and maintenance
resources. Removed all workarounds for older Pythons.

Updated trove classifiers and documentation to better communicate
supported Python versions.

Additionally, pass python_requires argument to setuptools. Helps pip
decide what version of the library to install.

https://packaging.python.org/tutorials/distributing-packages/#python-requires

&gt; If your project only runs on certain Python versions, setting the
&gt; python_requires argument to the appropriate PEP 440 version specifier
&gt; string will prevent pip from installing the project on other Python
&gt; versions.

https://setuptools.readthedocs.io/en/latest/setuptools.html#new-and-changed-setup-keywords

&gt; python_requires
&gt;
&gt; A string corresponding to a version specifier (as defined in PEP 440)
&gt; for the Python version, used to specify the Requires-Python defined in
&gt; PEP 345.

Can now use more modern Python syntax including dictionary comprehension
as well as more generators.

Closes #755
</pre>
</div>
</content>
</entry>
</feed>
