PL
Does not Enable pylint
Rules
#14646
Replies: 2 comments 1 reply
-
Can you clarify how do you know that $ ruff check --show-settings .
[..]
linter.rules.should_fix = [
type-name-incorrect-variance (PLC0105),
type-bivariance (PLC0131),
type-param-name-mismatch (PLC0132),
single-string-slots (PLC0205),
dict-index-missing-items (PLC0206),
iteration-over-set (PLC0208),
useless-import-alias (PLC0414),
[..]
]
[..] |
Beta Was this translation helpful? Give feedback.
1 reply
-
Closing as false alarm. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As a point of clarification, setting
PL
intool.ruff.lint.select
does not enablepylint
settings, but alsoruff
does not sayPL
is an"unknown rule selector"
if used.Is this intended behavior? In order to get all
pylint
rule settings, I actually need to enter the following in mypyproject.toml
:Beta Was this translation helpful? Give feedback.
All reactions