mirror of https://github.com/astral-sh/ruff
This makes one test case fail, basically this:
```py
def f():
def g():
nonlocal x # allowed!
x = 1
```
|
||
|---|---|---|
| .. | ||
| resources | ||
| src | ||
| Cargo.toml | ||