We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7988f2 commit baea460Copy full SHA for baea460
codespell_lib/_codespell.py
@@ -237,7 +237,7 @@ class NewlineHelpFormatter(argparse.HelpFormatter):
237
def _split_lines(self, text, width):
238
parts = text.split('\n')
239
out = list()
240
- for pi, part in enumerate(parts):
+ for part in parts:
241
# Eventually we could allow others...
242
indent_start = '- '
243
if part.startswith(indent_start):
0 commit comments