Skip to content

Conversation

@DimitriPapadopoulos
Copy link
Contributor

Consistency between packages:

[tool.ruff.lint]
select = ["E", "F", "UP", "B", "C4", "SIM", "T", "I", "D", "RUF010", "RUF015"]

[tool.ruff.lint]
select = ["E", "F", "UP", "B", "C4", "SIM", "T", "I", "D", "RUF010", "RUF015"]

skore/skore/pyproject.toml

Lines 137 to 142 in 67193cf

[tool.ruff.lint]
select = [
# pycodestyle
"E",
# Pyflakes
"F",

I chose to remove the comments because anyone messing with ruff rules should be more or less familiar with the main rule sets. Additionally, the comment for T was slightly misleading: T stands not only for T20 (flake8-print) but also T10 (flake8-debugger).

Copy link
Collaborator

@thomass-dev thomass-dev left a comment

Choose a reason for hiding this comment

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

Please rebase your PR.

I chose to remove the comments because anyone messing with ruff rules
should be more or less familiar with the main rule sets. Additionally,
the comment for `T` was slightly  misleading: `T` stands not only for
`T20` (flake8-print) but also `T10` (flake8-debugger).
@thomass-dev thomass-dev merged commit 2936409 into probabl-ai:main Oct 29, 2025
1 check passed
@DimitriPapadopoulos DimitriPapadopoulos deleted the ruff.lint.select branch October 29, 2025 10:40
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.

2 participants