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
b19ddca69b
ruff
/
crates
/
ty_python_semantic
/
resources
/
mdtest
/
shadowing
/
variable_declaration.md
178 B
Raw
Blame
History
Shadwing declaration
Shadow after incompatible declarations is OK
def
_
(
flag
:
bool
):
if
flag
:
x
:
str
else
:
x
:
int
x
:
bytes
=
b
"foo"