You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been working on a project which includes the following settings in pyproject.toml:
[tool.isort]
line_length = 120
I have found that my global ~/.isort.cfg is overriding this setting.
[settings]
line_length = 88
I would have expected the project to override the global setting. I wonder if this is related to #1185, though it doesn't appear to be exactly the same case.
The text was updated successfully, but these errors were encountered:
I have been working on a project which includes the following settings in
pyproject.toml
:I have found that my global
~/.isort.cfg
is overriding this setting.I would have expected the project to override the global setting. I wonder if this is related to #1185, though it doesn't appear to be exactly the same case.
The text was updated successfully, but these errors were encountered: