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 6a67762 commit bfeabbaCopy full SHA for bfeabba
codespell_lib/_codespell.py
@@ -389,7 +389,6 @@ def _supports_ansi_colors() -> bool:
389
def parse_options(
390
args: Sequence[str],
391
) -> tuple[argparse.Namespace, argparse.ArgumentParser, list[str]]:
392
-
393
# Split lines read from `@PATH` using shlex.split(), otherwise default
394
# behaviour is to have one arg per line. See:
395
# https://docs.python.org/3/library/argparse.html#argparse.ArgumentParser.convert_arg_line_to_args
0 commit comments