chore: adhere to ruff's RUF rules, 2nd try (#2420)
* chore: adhere to ruff's `RUF` rules, 2nd try closes #2382
This commit is contained in:
parent
d78f6a1f9e
commit
daa1b5a313
13 changed files with 36 additions and 28 deletions
|
|
@ -120,7 +120,7 @@ class WalletTest(BaseModel):
|
|||
self.dict()
|
||||
| {
|
||||
"description": f"""{self.description}:{mock.description or ""}""",
|
||||
"mocks": self.mocks + [mock],
|
||||
"mocks": [*self.mocks, mock],
|
||||
"skip": self.skip or mock.skip,
|
||||
}
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue