improve: extract method for safe loading yaml file and avoid using PyYaml's FullLoader (#4031)
This commit is contained in:
@@ -14,6 +14,7 @@ select = [
|
||||
"I", # isort rules
|
||||
"UP", # pyupgrade rules
|
||||
"RUF019", # unnecessary-key-check
|
||||
"S506", # unsafe-yaml-load
|
||||
]
|
||||
ignore = [
|
||||
"F403", # undefined-local-with-import-star
|
||||
|
||||
Reference in New Issue
Block a user