mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-03 21:50:39 +03:00
The condition filtering attributes lacked parentheses, causing the 'not startswith(_)' guard to only apply to str attributes. Python 3.14's new __firstlineno__ (int) class attribute leaked into the output. Also includes ruff auto-formatting fixes (imports, trailing commas, union type annotations).