File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- Contributing to ``pep8 ``
2
- ========================
1
+ Contributing to ``pycodestyle ``
2
+ ===============================
3
3
4
4
Please see the `developer notes <https://pycodestyle.readthedocs.io/en/latest/developer.html >`_
Original file line number Diff line number Diff line change @@ -106,7 +106,8 @@ Or you can display how often each error was found::
106
106
612 W601 .has_key() is deprecated, use 'in'
107
107
1188 W602 deprecated form of raising exception
108
108
109
- You can also make pep8.py show the error text in different formats by using --format having options default/pylint/custom::
109
+ You can also make pycodestyle.py show the error text in different formats by
110
+ using --format having options default/pylint/custom::
110
111
111
112
$ pycodestyle testsuite/E40.py --format=default
112
113
testsuite/E40.py:2:10: E401 multiple imports on one line
You can’t perform that action at this time.
0 commit comments