File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ async def async_main(argv: list[str] | None = None) -> int:
6767 parser .add_argument (
6868 '--disable-committed-check' ,
6969 action = 'store_true' ,
70- help = "Don't abort with uncommited changes. Don't use it in production!" ,
70+ help = "Don't abort with uncommitted changes. Don't use it in production!" ,
7171 )
7272
7373 group_mode = mode_options .add_mutually_exclusive_group ()
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ async def async_run(args: argparse.Namespace) -> int:
148148 1: Check did not pass, files would be updated
149149 2: Couldn't update all files
150150 10: At least one file doesn't exist
151- 11: Uncommited changes in '.py' files
151+ 11: Uncommitted changes in '.py' files
152152 12: Debug mode
153153 """
154154 if file_errors := check_files_exist (args .filenames ):
You can’t perform that action at this time.
0 commit comments