extend_skip
option to skip files *in addition to* files skipped in skip
#1684
Labels
enhancement
New feature or request
This option would behave like
skip
, but it would add the files specified inextend_skip
on top of the ones skipped byskip
. I'm guessing that this would most commonly be useful to not have to include the defaults inskip
option in isort configuration file when you just want to skip some path in addition to the (imo) useful defaults.In some environments, it could probably also be useful to pass
--extend-skip
cli flag to add ontoskip
that's already included in the isort configuration file. I guess that one would be a bit limited considering that one would probably often already useextend_skip
in the configuration and the cli flag would override that, but I'm guessing that at least some would probably be able to work with that anyway.Here are some tools that already allow this in case that helps :)
flake8
black
The text was updated successfully, but these errors were encountered: