How does configuration
resolve such three sources?
#18330
-
Have a look at https://docs.astral.sh/ruff/editors/settings/#configuration please. From my understanding, a configuration is either a configuration file path or an inline JSON configuration, so there can only be one source at a time. But Resolution order defines how ruff resolve three sources. Where are those three sources from? |
Beta Was this translation helpful? Give feedback.
Answered by
otakutyrant
May 27, 2025
Replies: 1 comment
-
I continued to read the documentation and found out I mistook specific settings as inline JSON configuration. They differ, yet bear an uncanny resemblance.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
otakutyrant
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I continued to read the documentation and found out I mistook specific settings as inline JSON configuration. They differ, yet bear an uncanny resemblance.