chore(pre-commit): add pre-commit
This commit is contained in:
@@ -4,7 +4,6 @@ from enum import IntEnum
|
||||
from typing import Any
|
||||
|
||||
import msgpack
|
||||
from pydantic import BaseModel, model_validator
|
||||
|
||||
SEP = b"\x1e"
|
||||
|
||||
@@ -18,6 +17,7 @@ class PacketType(IntEnum):
|
||||
PING = 6
|
||||
CLOSE = 7
|
||||
|
||||
|
||||
class ResultKind(IntEnum):
|
||||
ERROR = 1
|
||||
VOID = 2
|
||||
|
||||
Reference in New Issue
Block a user