mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
requirements: Upgrade Python requirements.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
cdbe2d157f
commit
162a0980c0
@@ -31,7 +31,7 @@ MAX_EMOJI_GIF_FILE_SIZE_BYTES = 128 * 1024 # 128 kb
|
||||
|
||||
|
||||
@dataclass(frozen=True)
|
||||
class BaseThumbnailFormat:
|
||||
class BaseThumbnailFormat: # noqa: PLW1641
|
||||
extension: str
|
||||
max_width: int
|
||||
max_height: int
|
||||
|
||||
@@ -570,7 +570,7 @@ def check_string_or_int(var_name: str, val: object) -> str | int:
|
||||
|
||||
|
||||
@dataclass(eq=False)
|
||||
class WildValue:
|
||||
class WildValue: # noqa: PLW1641
|
||||
var_name: str
|
||||
value: object
|
||||
|
||||
|
||||
Reference in New Issue
Block a user