Skip to content

Conversation

DimitriPapadopoulos
Copy link
Contributor

@DimitriPapadopoulos DimitriPapadopoulos commented Sep 17, 2025

ruff check had been left out from tests.

- No need to specify `F` and `E` rules with `extend-select`.
- Update rules to ignore.
E741 Ambiguous variable name: `l`
E401 Multiple imports on one line
W605 Invalid escape sequence
@DimitriPapadopoulos DimitriPapadopoulos marked this pull request as ready for review September 17, 2025 13:40
I001 Import block is un-sorted or un-formatted
C408 Unnecessary `dict()` call (rewrite as a literal)
C413 Unnecessary `list()` call around `sorted()`
C414 Unnecessary `list()` call within `sorted()`
C420 Unnecessary dict comprehension for iterable; use `dict.fromkeys` instead
PT001 Use `@pytest.fixture` over `@pytest.fixture()`
UP031 Use format specifiers instead of percent format
UP035 Import from `collections.abc` instead
ICN001 `seaborn` should be imported as `sns`
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