Skip to content

Commit 8a72a05

Browse files
committed
Ignore pyright error on newer Pydantic versions
1 parent f6b675d commit 8a72a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hexdoc/core/properties.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def load_data(cls, props_dir: Path, data: dict[str, Any]) -> Self:
202202

203203
@override
204204
@classmethod
205-
def model_json_schema(
205+
def model_json_schema( # pyright: ignore[reportIncompatibleMethodOverride]
206206
cls,
207207
by_alias: bool = True,
208208
ref_template: str = DEFAULT_REF_TEMPLATE,

0 commit comments

Comments
 (0)