This website requires JavaScript.
Explore
Help
Sign In
Python
/
ruff
mirror of
https://github.com/astral-sh/ruff
Watch
1
Star
0
Fork
You've already forked ruff
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8f6b2fb32b
ruff
/
resources
/
test
/
fixtures
/
pylint
/
consider_using_sys_exit_6.py
20 lines
120 B
Python
Raw
Blame
History
exit
(
0
)
quit
(
0
)
def
exit
(
e
)
:
pass
def
quit
(
e
)
:
pass
exit
(
1
)
quit
(
1
)
def
main
(
)
:
exit
(
2
)
quit
(
2
)
Reference in New Issue
View Git Blame
Copy Permalink