diff --git a/python/ruff-ecosystem/ruff_ecosystem/cli.py b/python/ruff-ecosystem/ruff_ecosystem/cli.py index 348bab300d603..eb16eaa8862c3 100644 --- a/python/ruff-ecosystem/ruff_ecosystem/cli.py +++ b/python/ruff-ecosystem/ruff_ecosystem/cli.py @@ -30,6 +30,7 @@ def excepthook(type, value, tb): def entrypoint(): + sys.exit(1) args = parse_args() if args.pdb: