Replies: 1 comment 1 reply
-
The semantics on how values are combined depends on the setting. I don't think there's a way to unset values in the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For example, with
parent-ruff.toml
:And
project-ruff.toml
:I would like it if the final
lint.ignore
value is["E501"]
.The actual value seems to be
["E402", "E501"]
.The scalar
line-length
value takes the value fromproject-ruff.toml
, but the list value seems to have the values combined, like a set union.Beta Was this translation helpful? Give feedback.
All reactions