Skip to content

Release/v0.4.2 - #2

Merged
rus07tam merged 4 commits into
RuJect:mainfrom
rus07tam:release/v0.4.2
Oct 29, 2025
Merged

Release/v0.4.2#2
rus07tam merged 4 commits into
RuJect:mainfrom
rus07tam:release/v0.4.2

Conversation

@rus07tam

Copy link
Copy Markdown
Member

Added python 3.10 support

@sonarqubecloud

Copy link
Copy Markdown

Comment thread src/snakia/utils/throw.py
from typing import Any, NoReturn, overload
from typing import Any, NoReturn, TypeVar, overload

from exceptiongroup import ExceptionGroup

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 Codacy found a high ErrorProne issue: Redefining built-in 'ExceptionGroup'

The issue arises because the name ExceptionGroup being imported from the exceptiongroup module is conflicting with the built-in name ExceptionGroup in Python. This can lead to confusion or unexpected behavior since it redefines a built-in name.

To resolve this issue, you can rename the imported ExceptionGroup to avoid the conflict. Here's the suggested code change:

Suggested change
from exceptiongroup import ExceptionGroup
from exceptiongroup import ExceptionGroup as ImportedExceptionGroup

This comment was generated by an experimental AI tool.

@rus07tam
rus07tam merged commit dbc57b8 into RuJect:main Oct 29, 2025
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant