Skip to content

Commit

Permalink
Tell isort to overwrite files in place
Browse files Browse the repository at this point in the history
- 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
pdemp1729 committed Jan 15, 2023
1 parent e232864 commit 1069397
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/.isort.cfg
@@ -1,3 +1,4 @@
[settings]
overwrite_in_place=true
py_version=39
profile=black

0 comments on commit 1069397

Please sign in to comment.