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+ ===============================
33
44Please 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::
106106 612 W601 .has_key() is deprecated, use 'in'
107107 1188 W602 deprecated form of raising exception
108108
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::
110111
111112 $ pycodestyle testsuite/E40.py --format=default
112113 testsuite/E40.py:2:10: E401 multiple imports on one line
You can’t perform that action at this time.
0 commit comments