There are cool profiles like https://github.com/timothycrosley/isort/blob/develop/isort/profiles.py#L4-L10 so can I invoke them from the command line like isort --black my_file.py or something similar?
isort/profiles.py isn't in the latest release (as of now) 4.3.21. Looks like it's coming in a future release.
You can as of version 5.0.0: https://timothycrosley.github.io/isort/docs/major_releases/introducing_isort_5/
Most helpful comment
You can as of version 5.0.0: https://timothycrosley.github.io/isort/docs/major_releases/introducing_isort_5/