Open timobrembeck opened 1 year ago
Not yet fully resolved. The following steps are still needed:
extend-select = ["I"]
To fully address this ticket, we also need to remove the pylint leftovers. I've already dropped isort support in #2758, as it is now covered by Ruff.
Motivation
Our CI workflows take quite a while, mostly due to the tests, but also pylint is taking a considerable amount of time. I think we could reduce this by migrating from pylint to ruff:
Proposed Solution
pylint: disable=
statementsAlternatives
Maybe it isn't worth the effort...
Additional Context
Pylint is not completely implemented by ruff yet (see https://github.com/astral-sh/ruff/issues/970), so we would loose a few rules (but also ruff has a lot of extra checks that pylint doesn't, mostly those of flake8)...