improve: extract method for safe loading yaml file and avoid using PyYaml's FullLoader (#4031)
This commit is contained in:
parent
296887754f
commit
3fda2245a4
11 changed files with 190 additions and 62 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue