We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81e33ab commit 3644e18Copy full SHA for 3644e18
codespell_lib/_codespell.py
@@ -60,7 +60,7 @@
60
uri_regex_def = (
61
r"(\b(?:https?|[ts]?ftp|file|git|smb)://[^\s]+(?=$|\s)|\b[\w.%+-]+@[\w.-]+\b)"
62
)
63
-inline_ignore_regex = re.compile(r"[^\w\s]\s?codespell:ignore\b(\s+(?P<words>[\w,]*))?")
+inline_ignore_regex = re.compile(r"[^\w\s]\s*codespell:ignore\b(\s+(?P<words>[\w,]*))?")
64
USAGE = """
65
\t%prog [OPTIONS] [file1 file2 ... fileN]
66
"""
0 commit comments