Murad Akhundov

Results 7 issues of Murad Akhundov

Hi! I am using this module with Python Dependency Injection Framework and when i try to use Provider in kwargs of the view i am getting: `RuntimeError: no validator found...

Suppose I have protocol class: ```python from typing import Protocol class LoggerProtocol(Protocol): def log( self, level: int, msg: str, *args, extra: Mapping[str, object] | None = None ) -> None:...

TypeID now has a lot of implementations in different programming languages. Therefore, there should be a way of tracking their validation statuses (against spec). I am wondering about a badge,...

https://github.com/charliermarsh/ruff

enhancement
good first issue