Ignore common tools' pragmas in line-too-long
(# type: ignore
, # noqa: RUF001
, pragma: no cover
etc)
#10172
Labels
Enhancement ✨
Improvement to a component
Needs PR
This issue is accepted, sufficiently specified and now needs an implementation
Current problem
Sometimes a pragmas comment increases the line length to the point of triggering Pylint line-too-long warning.
Desired solution
Pylint should ignore those:
Additional context
Based on #8378
The text was updated successfully, but these errors were encountered: