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.
2 parents 69009da + bcee546 commit 433784dCopy full SHA for 433784d
1 file changed
pre_commit_mirror_maker/main.py
@@ -102,4 +102,4 @@ def main(argv: Optional[Sequence[str]] = None) -> int:
102
103
104
if __name__ == '__main__':
105
- exit(main())
+ raise SystemExit(main())
0 commit comments