Removed outdated isort option "recursive=true"

This commit is contained in:
Matthew Foster Walsh 2021-08-08 23:38:40 -05:00
parent 0d4190c243
commit 4d8923f584

View File

@ -11,7 +11,6 @@ line_length = 88
known_first_party = {{cookiecutter.project_slug}},config
multi_line_output = 3
default_section = THIRDPARTY
recursive = true
skip = venv/
skip_glob = **/migrations/*.py
include_trailing_comma = true