Python: Add change note

This commit is contained in:
Taus
2025-03-04 14:47:03 +00:00
parent 88615f427b
commit 5d3b40d514

View File

@@ -0,0 +1,5 @@
---
category: fix
---
- The `py/unused-global-variable` now no longer flags variables that are only used in forward references (e.g. the `Foo` in `def bar(x: "Foo"): ...`).