diff --git a/pyproject.toml b/pyproject.toml index 37cb872f..cfa5c376 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,3 +19,5 @@ exclude = ''' [tool.isort] profile = "black" multi_line_output = 3 +include_trailing_comma = "True" +known_first_party = "django_components" diff --git a/setup.cfg b/setup.cfg index ccd56a57..6f0f07e4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,10 +1,3 @@ [flake8] ignore = E302,W503 max-line-length = 119 - -[isort] -line_length = 119 -multi_line_output = 5 -include_trailing_comma = True -known_first_party = - django_components