Newbyte
|
1ce9b6a887
|
pmb: Enable Perflint checks
Likely will have minor impact in practice, but it is better than
nothing. Also seems to often result in more concise code.
|
2025-07-12 13:34:25 +02:00 |
|
Newbyte
|
5d1a2ebd39
|
pmb.commands.pull: Remove bool return type from run() (MR 2490)
This is the only command to return a bool from run rather than None, and
this return type doesn't seem to get used anywhere, so let's just remove
it.
|
2024-12-19 10:09:22 +00:00 |
|
Newbyte
|
405869db1b
|
pmb.commands.pull: Annotate return types (MR 2429)
|
2024-10-08 17:07:28 +02:00 |
|
Oliver Smith
|
ef594ddf24
|
pmb/commands/pull: fix path error with f-string (MR 2252)
Fix for:
TypeError: can only concatenate str (not "PosixPath") to str
|
2024-06-23 12:38:42 +02:00 |
|
Oliver Smith
|
9e2bbf80e0
|
pull: move to pmb/commands/pull.py (MR 2252)
Fixes:
TypeError: pull() takes 0 positional arguments but 1 was given
|
2024-06-23 12:38:42 +02:00 |
|