You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's overlap with other tools message, and pylint is slower. (If ruff does it and fix it then you probably don't want to check a message in pylint). There's also the possibiity to use existing noqa so using multiple linter is easier.
Desired solution
A wish list of thing I thought about but that are open for discussion of course:
A data structure linking equivalent messages from pylint to message from other tools (wrong import position -> message in isort / ruff)
@Pierre-Sassoulas Perhaps it'd even be possible to introduce profiles, so that users can define what other tools they're using, and that would disable a set of checks?
Current problem
There's overlap with other tools message, and pylint is slower. (If ruff does it and fix it then you probably don't want to check a message in pylint). There's also the possibiity to use existing noqa so using multiple linter is easier.
Desired solution
A wish list of thing I thought about but that are open for discussion of course:
Additional context
#2493
astral-sh/ruff#2546
https://pylint.readthedocs.io/en/latest/faq.html#which-messages-should-i-disable-to-avoid-duplicates-if-i-use-other-popular-linters
The text was updated successfully, but these errors were encountered: