We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 943fa64 commit 267a301Copy full SHA for 267a301
1 file changed
codespell_lib/_codespell.py
@@ -55,9 +55,6 @@
55
r"(\b(?:https?|[ts]?ftp|file|git|smb)://[^\s]+(?=$|\s)|\b[\w.%+-]+@[\w.-]+\b)"
56
)
57
inline_ignore_regex = re.compile(r"[^\w\s]\s*codespell:ignore\b(\s+(?P<words>[\w,]*))?")
58
-USAGE = """
59
-\t%prog [OPTIONS] [file1 file2 ... fileN]
60
-"""
61
62
supported_languages_en = ("en", "en_GB", "en_US", "en_CA", "en_AU")
63
supported_languages = supported_languages_en
0 commit comments