isort
isort copied to clipboard
Fix config overriding with --resolve-all-configs
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.
bump - this is a fairly simple fix