isort
known-first-party
not being respected by subconfig: bug?
#4650
Replies: 1 comment
-
Okay, made #4674. |
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
-
I have a
pyproject.toml
in my repo root that has:I have a
ruff.toml
subconfig in a subdirectoryWhen I run
ruff
in the subdirectory, it no longer respects theknown-first-party
of the parent config.Is this a bug, or is this supposed to happen?
Beta Was this translation helpful? Give feedback.
All reactions