Mikhail Butvin

Results 5 issues of Mikhail Butvin

Some characters in the message text should be escaped when using the `MarkdownV2` parse mode; otherwise, an error occurs. You can refer to the [docs](https://core.telegram.org/bots/api#markdownv2-style) for more information.

# Rule request: Restrict usage of coroutines (initialized, but not awaited) as boolean conditions ## Thesis Example: ```python async def some_coro() -> bool: return True if some_coro(): # The rule...

rule request

### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description The use of generic classes in stubs but not at runtime, as mentioned in the [mypy...

question

**Describe the bug** Boolean cannot be used in query params **Example** ```python async def get_users( offset: Optional[int] = None, count: Optional[int] = None, status: UserStatus = None, chat_id: Optional[int] =...

bug

Added version ranges for dependencies to resolve potential conflicts when using this package in other projects.