isort icon indicating copy to clipboard operation
isort copied to clipboard

Fix config overriding with --resolve-all-configs

Open hotpxl opened this issue 2 years ago • 2 comments

Without --resolve-all-configs, isort merges the options provided on the command line with the options found in config files. However this behavior is broken when --resolve-all-configs is specified. This change fixes that issue.

hotpxl avatar Apr 04 '23 19:04 hotpxl

bump - this is a fairly simple fix

hotpxl avatar Apr 11 '23 15:04 hotpxl