diff --git a/.isort.cfg b/.isort.cfg deleted file mode 100644 index 437feb47..00000000 --- a/.isort.cfg +++ /dev/null @@ -1,3 +0,0 @@ -[isort] -profile=black -skip=migrations diff --git a/pyproject.toml b/pyproject.toml index c506dea5..8ddb24b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,7 @@ [tool.black] target-version = ['py36'] extend-exclude = 'migrations' + +[tool.isort] +profile = 'black' +skip = 'migrations'