refactor: simplify uid assignment in PrfItem from_merge and from_script methods

This commit is contained in:
Tunglies
2025-11-06 01:10:43 +08:00
parent ccffc0a4fa
commit 70236f781c
2 changed files with 11 additions and 11 deletions

View File

@@ -226,3 +226,4 @@ needless_raw_string_hashes = "deny" # Too many in existing code
or_fun_call = "deny"
cognitive_complexity = "deny"
useless_let_if_seq = "deny"