Skip to content

Commit

Permalink
ci: ignore str subclass warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jtc42 committed Nov 9, 2024
1 parent cb69259 commit 15be052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastapi_hypermodel/base/url_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}


class UrlType(str):
class UrlType(str): # noqa: FURB189, RUF100
@classmethod
def __get_pydantic_core_schema__(
cls: Type[Self], *_: Any
Expand Down

0 comments on commit 15be052

Please sign in to comment.