Merge pull request #168 from asottile/all-repos_autofix_exit-main-2
exit(main()) -> raise SystemExit(main()) pt2
This commit is contained in:
@@ -87,4 +87,4 @@ def main() -> int:
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
exit(main())
|
||||
raise SystemExit(main())
|
||||
|
||||
Reference in New Issue
Block a user