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
perf-node-key
ruff
/
crates
/
ruff_linter
/
resources
/
test
/
fixtures
/
flake8_simplify
/
SIM221.py
18 lines
150 B
Python
Raw
Permalink
Blame
History
if
a
or
not
a
:
pass
if
(
a
or
not
a
)
or
b
:
pass
if
(
a
or
not
a
)
and
b
:
pass
if
a
:
pass
if
not
a
:
pass
if
a
or
not
b
:
pass
Reference in New Issue
View Git Blame
Copy Permalink