File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
pycodestyle (formerly called pep8) - Python style guide checker
2
2
===============================================================
3
3
4
+ .. image :: https://img.shields.io/travis/PyCQA/pycodestyle.svg
5
+ :target: https://travis-ci.org/PyCQA/pycodestyle
6
+ :alt: Build status
7
+
8
+ .. image :: https://img.shields.io/pypi/wheel/pycodestyle.svg
9
+ :target: https://pypi.python.org/pypi/pycodestyle
10
+ :alt: Wheel Status
11
+
4
12
.. image :: https://badges.gitter.im/PyCQA/pycodestyle.svg
5
13
:alt: Join the chat at https://gitter.im/PyCQA/pycodestyle
6
14
:target: https://gitter.im/PyCQA/pycodestyle?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
@@ -91,14 +99,6 @@ Or you can display how often each error was found::
91
99
Links
92
100
-----
93
101
94
- .. image :: https://img.shields.io/travis/PyCQA/pycodestyle.svg
95
- :target: https://travis-ci.org/PyCQA/pycodestyle
96
- :alt: Build status
97
-
98
- .. image :: https://img.shields.io/pypi/wheel/pycodestyle.svg
99
- :target: https://pypi.python.org/pypi/pycodestyle
100
- :alt: Wheel Status
101
-
102
102
* `Read the documentation <https://pycodestyle.readthedocs.io/ >`_
103
103
104
104
* `Fork me on GitHub <http://github.com/PyCQA/pycodestyle >`_
You can’t perform that action at this time.
0 commit comments