File tree 7 files changed +12
-8
lines changed
7 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ Changelog
5
5
1.8.0 (unreleased)
6
6
------------------
7
7
8
+ Announcements:
9
+
10
+ * Repository renamed to `pycodestyle`; Issue #466 / $481.
11
+
8
12
1.7.0 (2016-01-12)
9
13
------------------
10
14
Original file line number Diff line number Diff line change 88
88
89
89
* `Read the documentation <http://pep8.readthedocs.org/ >`_
90
90
91
- * `Fork me on GitHub <http://github.com/PyCQA/pep8 >`_
91
+ * `Fork me on GitHub <http://github.com/PyCQA/pycodestyle >`_
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Skip file header
42
42
----------------
43
43
44
44
Another example is related to the `feature request #143
45
- <https://github.com/pycqa/pep8 /issues/143> `_: skip a number of lines
45
+ <https://github.com/pycqa/pycodestyle /issues/143> `_: skip a number of lines
46
46
at the beginning and the end of a file. This use case is easy to implement
47
47
through a custom wrapper for the PEP 8 library::
48
48
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ Source code
11
11
The source code is currently `available on GitHub `_ under the terms and
12
12
conditions of the :ref: `Expat license <license >`. Fork away!
13
13
14
- * `Source code <https://github.com/pycqa/pep8 >`_ and
15
- `issue tracker <https://github.com/pycqa/pep8 /issues >`_ on GitHub.
14
+ * `Source code <https://github.com/pycqa/pycodestyle >`_ and
15
+ `issue tracker <https://github.com/pycqa/pycodestyle /issues >`_ on GitHub.
16
16
* `Continuous tests <http://travis-ci.org/pycqa/pep8 >`_ against Python
17
17
2.6 through 3.4 and PyPy, on `Travis-CI platform
18
18
<http://about.travis-ci.org/> `_.
19
19
20
- .. _available on GitHub : https://github.com/pycqa/pep8
20
+ .. _available on GitHub : https://github.com/pycqa/pycodestyle
21
21
22
22
23
23
Direction
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Contents:
22
22
developer
23
23
24
24
* Online documentation: http://pep8.readthedocs.org/
25
- * Source code and issue tracker: https://github.com/pycqa/pep8
25
+ * Source code and issue tracker: https://github.com/pycqa/pycodestyle
26
26
27
27
28
28
Indices and tables
Original file line number Diff line number Diff line change @@ -431,6 +431,6 @@ The `flake8 checker <https://flake8.readthedocs.org>`_ is a wrapper around
431
431
``pep8 `` and similar tools. It supports plugins.
432
432
433
433
Other tools which use ``pep8 `` are referenced in the Wiki: `list of related
434
- tools <https://github.com/pycqa/pep8 /wiki/RelatedTools> `_.
434
+ tools <https://github.com/pycqa/pycodestyle /wiki/RelatedTools> `_.
435
435
436
436
.. _PEP 8 : http://www.python.org/dev/peps/pep-0008/
Original file line number Diff line number Diff line change 31
31
$ python pep8.py -h
32
32
33
33
This program and its regression test suite live here:
34
- https://github.com/pycqa/pep8
34
+ https://github.com/pycqa/pycodestyle
35
35
36
36
Groups of errors and warnings:
37
37
E errors
You can’t perform that action at this time.
0 commit comments