Black compatibility with isort


Python tip:

When using black and isort on the same project, use isort's profile black to avoid code formatting conflicts

👇

$ isort . --profile black