Closed mjpieters closed 1 year ago
The README gives this example for isort.args:
isort.args
Custom arguments passed to isort. E.g "isort.args" = ["--config", "<file>"]
isort
"isort.args" = ["--config", "<file>"]
However, isort doesn't have such an option. Did you perhaps mean to refences the --settings-path option?
--settings-path
You are correct. Created a PR to fix this.
The README gives this example for
isort.args
:However,
isort
doesn't have such an option. Did you perhaps mean to refences the--settings-path
option?