File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed 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/jcrocholl /pep8/issues/143> `_: skip a number of lines
45
+ <https://github.com/pycqa /pep8/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/jcrocholl /pep8 >`_ and
15
- `issue tracker <https://github.com/jcrocholl /pep8/issues >`_ on GitHub.
16
- * `Continuous tests <http://travis-ci.org/jcrocholl /pep8 >`_ against Python
14
+ * `Source code <https://github.com/pycqa /pep8 >`_ and
15
+ `issue tracker <https://github.com/pycqa /pep8/issues >`_ on GitHub.
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/jcrocholl /pep8
20
+ .. _available on GitHub : https://github.com/pycqa /pep8
21
21
22
22
23
23
Contribute
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/jcrocholl /pep8
25
+ * Source code and issue tracker: https://github.com/pycqa /pep8
26
26
27
27
28
28
Indices and tables
Original file line number Diff line number Diff line change @@ -435,6 +435,6 @@ The `flake8 checker <https://flake8.readthedocs.org>`_ is a wrapper around
435
435
``pep8 `` and similar tools. It supports plugins.
436
436
437
437
Other tools which use ``pep8 `` are referenced in the Wiki: `list of related
438
- tools <https://github.com/jcrocholl /pep8/wiki/RelatedTools> `_.
438
+ tools <https://github.com/pycqa /pep8/wiki/RelatedTools> `_.
439
439
440
440
.. _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
- http://github.com/jcrocholl /pep8
34
+ http://github.com/pycqa /pep8
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