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 4cca351 commit d715ceaCopy full SHA for d715cea
comment_spell_check/comment_spell_check.py
@@ -495,8 +495,9 @@ def comment_spell_check(args):
495
496
def main():
497
parser = parseargs.create_parser()
498
- args = parseargs.parse_args()
+ args = parseargs.parse_args(parser)
499
comment_spell_check(args)
500
501
+
502
if __name__ == "__main__":
503
main()
tests/test_comment_spell_check.py
@@ -17,7 +17,6 @@
17
# ==========================================================================*/
18
19
import sys
20
-import os
21
import unittest
22
import subprocess
23
0 commit comments