fix(security): whitelist structlog processor method_name for vulture

This commit is contained in:
khyari hamza
2026-02-19 12:45:59 +00:00
parent d815339c52
commit 064939185b
+3
View File
@@ -128,3 +128,6 @@ get_parents # noqa: B018, F821
auto_discover_children # noqa: B018, F821
_get_ancestors # noqa: B018, F821
_build_cycle_path # noqa: B018, F821
# structlog processor signature — method_name required by processor protocol
method_name # noqa: B018, F821