Closed iLLiCiTiT closed 2 months ago
Fixed errors related to ruff linting and added warnings to ruff config.
The is comparison should be maybe replaced with isinstance check, but I can't validate if that would work so I just changed it to is comparison.
is
isinstance
Changelog Description
Fixed errors related to ruff linting and added warnings to ruff config.
Additional info
The
is
comparison should be maybe replaced withisinstance
check, but I can't validate if that would work so I just changed it tois
comparison.Testing notes: