Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tell isort to overwrite files in place
- When running isort from within the docker container the ownership of affected files was changing to root. The solution is to use the overwrite_in_place config option, cf. PyCQA/isort#1644
- Loading branch information